#85A758

Color #85A758 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85A758

Tints of Chelsea Cucumber #85A758

Color information

#85A758 (or 0x85A758) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A7 and 58. RGB value is (133,167,88). Sum of RGB (Red+Green+Blue) = 133+167+88=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #85A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A758 is #7A58A7. Grayscale: #949494. Windows color (decimal): -8018088 or 5810053. OLE color: 5810053.

HSL color Cylindrical-coordinate representation of color #85A758: hue angle of 85.82º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85A758 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB13316788-
CMYK0.2000.470.35
HSL85.82º30.98%50%-
HSV(B)85.82º47.31%65.49%-
XYZ25.2533.3314.33-
YUV147.8394.24117.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=34.28%
G=43.04%
B=22.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133167880.2000.470.3585.8230.9850
Hex85A7581402F23561f32
Octal20524713024057431263762
Binary10000101101001111011000101000101111100011101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A758; }

 p { color: rgb(133,167,88); }

 H1.HeaderClassName
 {
   color: #85A758;
 }
 .AnyTagClassName
 {
   color: #85A758;
 }
</style>
background-color css

<style>
 a { background-color: #85A758; }

 a { background-color: rgb(133,167,88); }

 div.DivClassName
 {
   background-color: #85A758;
 }
 .BgClassName
 {
   background-color: #85A758;
 }
</style>
border-color css

<style>
 span { border-color: #85A758; }

 span { border-color: rgb(133,167,88); }

 td.TdClassName
 {
   border-color: #85A758;
 }
 .TagClassName
 {
   border-color: #85A758;
 }
</style>