#859F64

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

Shades of Chelsea Cucumber #859F64

Tints of Chelsea Cucumber #859F64

Color information

#859F64 (or 0x859F64) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9F and 64. RGB value is (133,159,100). Sum of RGB (Red+Green+Blue) = 133+159+100=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #859F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F64 is #7A609B. Grayscale: #909090. Windows color (decimal): -8020124 or 6594437. OLE color: 6594437.

HSL color Cylindrical-coordinate representation of color #859F64: hue angle of 86.44º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #859F64 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB133159100-
CMYK0.1600.370.38
HSL86.44º23.51%50.78%-
HSV(B)86.44º37.11%62.35%-
XYZ24.3730.716.7-
YUV144.5102.89119.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=33.93%
G=40.56%
B=25.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331591000.1600.370.3886.4423.5150.78
Hex859F641002526561833
Octal20523714420045461263063
Binary10000101100111111100100100000100101100110101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859F64; }

 p { color: rgb(133,159,100); }

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

<style>
 a { background-color: #859F64; }

 a { background-color: rgb(133,159,100); }

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

<style>
 span { border-color: #859F64; }

 span { border-color: rgb(133,159,100); }

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