Shades of Chelsea Cucumber #8C9F66
Tints of Chelsea Cucumber #8C9F66
RGB
CMYK
RGB Variations
Color information
#8C9F66 (or 0x8C9F66) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 66. RGB value is (140,159,102). Sum of RGB (Red+Green+Blue) = 140+159+102=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F66 is #736099. Grayscale: #939393. Windows color (decimal): -7561370 or 6725516. OLE color: 6725516.
HSL color Cylindrical-coordinate representation of color #8C9F66: hue angle of 80º 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 #8C9F66 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 102 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.38 |
| HSL | 80º | 0.23% | 0.51% | - |
| HSV(B) | 80º | 0.36% | 0.62% | - |
| XYZ | 25.61 | 31.33 | 17.27 | - |
| YUV | 146.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 102 | 0.12 | 0 | 0.36 | 0.38 | 80 | 0.23 | 0.51 |
| Hex | 8C | 9F | 66 | C | 0 | 24 | 26 | 50 | 17 | 33 |
| Octal | 214 | 237 | 146 | 14 | 0 | 44 | 46 | 120 | 27 | 63 |
| Binary | 10001100 | 10011111 | 1100110 | 1100 | 0 | 100100 | 100110 | 1010000 | 10111 | 110011 |
Color Harmonies of #8C9F66
Complementary color
Monochromatic Colors of #8C9F66
Black with #8C9F66
Text Example
Text Example
White with #8C9F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F66; }
p { color: rgb(140,159,102); }
H1.HeaderClassName
{
color: #8C9F66;
}
.AnyTagClassName
{
color: #8C9F66;
}
</style>
background-color css
<style>
a { background-color: #8C9F66; }
a { background-color: rgb(140,159,102); }
div.DivClassName
{
background-color: #8C9F66;
}
.BgClassName
{
background-color: #8C9F66;
}
</style>
border-color css
<style>
span { border-color: #8C9F66; }
span { border-color: rgb(140,159,102); }
td.TdClassName
{
border-color: #8C9F66;
}
.TagClassName
{
border-color: #8C9F66;
}
</style>