Shades of Chelsea Cucumber #8E9F66
Tints of Chelsea Cucumber #8E9F66
RGB
CMYK
RGB Variations
Color information
#8E9F66 (or 0x8E9F66) is known color: Chelsea Cucumber. HEX triplet: 8E, 9F and 66. RGB value is (142,159,102). Sum of RGB (Red+Green+Blue) = 142+159+102=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9F66 is #716099. Grayscale: #939393. Windows color (decimal): -7430298 or 6725518. OLE color: 6725518.
HSL color Cylindrical-coordinate representation of color #8E9F66: hue angle of 77.89º 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 #8E9F66 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 159 | 102 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.38 |
| HSL | 77.89º | 0.23% | 0.51% | - |
| HSV(B) | 77.89º | 0.36% | 0.62% | - |
| XYZ | 25.95 | 31.51 | 17.28 | - |
| YUV | 147.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 102 | 0.11 | 0 | 0.36 | 0.38 | 77.89 | 0.23 | 0.51 |
| Hex | 8E | 9F | 66 | B | 0 | 24 | 26 | 4E | 17 | 33 |
| Octal | 216 | 237 | 146 | 13 | 0 | 44 | 46 | 116 | 27 | 63 |
| Binary | 10001110 | 10011111 | 1100110 | 1011 | 0 | 100100 | 100110 | 1001110 | 10111 | 110011 |
Color Harmonies of #8E9F66
Complementary color
Monochromatic Colors of #8E9F66
Black with #8E9F66
Text Example
Text Example
White with #8E9F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9F66; }
p { color: rgb(142,159,102); }
H1.HeaderClassName
{
color: #8E9F66;
}
.AnyTagClassName
{
color: #8E9F66;
}
</style>
background-color css
<style>
a { background-color: #8E9F66; }
a { background-color: rgb(142,159,102); }
div.DivClassName
{
background-color: #8E9F66;
}
.BgClassName
{
background-color: #8E9F66;
}
</style>
border-color css
<style>
span { border-color: #8E9F66; }
span { border-color: rgb(142,159,102); }
td.TdClassName
{
border-color: #8E9F66;
}
.TagClassName
{
border-color: #8E9F66;
}
</style>