#859F66

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

Shades of Chelsea Cucumber #859F66

Tints of Chelsea Cucumber #859F66

Color information

#859F66 (or 0x859F66) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 9F and 66. RGB value is (133,159,102). Sum of RGB (Red+Green+Blue) = 133+159+102=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #859F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F66 is #7A6099. Grayscale: #909090. Windows color (decimal): -8020122 or 6725509. OLE color: 6725509.

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

Color convert

RGB133159102-
CMYK0.1600.360.38
HSL87.37º22.89%51.18%-
HSV(B)87.37º35.85%62.35%-
XYZ24.4730.7417.21-
YUV144.73103.89119.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=33.76%
G=40.36%
B=25.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331591020.1600.360.3887.3722.8951.18
Hex859F661002426571733
Octal20523714620044461272763
Binary10000101100111111100110100000100100100110101011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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