Shades of Chelsea Cucumber #8EAA68
Tints of Chelsea Cucumber #8EAA68
RGB
CMYK
RGB Variations
Color information
#8EAA68 (or 0x8EAA68) is known color: Chelsea Cucumber. HEX triplet: 8E, AA and 68. RGB value is (142,170,104). Sum of RGB (Red+Green+Blue) = 142+170+104=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA68 is #715597. Grayscale: #9A9A9A. Windows color (decimal): -7427480 or 6859406. OLE color: 6859406.
HSL color Cylindrical-coordinate representation of color #8EAA68: hue angle of 85.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EAA68 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 104 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.33 |
| HSL | 85.45º | 0.28% | 0.54% | - |
| HSV(B) | 85.45º | 0.39% | 0.67% | - |
| XYZ | 28.03 | 35.5 | 18.47 | - |
| YUV | 154.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 104 | 0.16 | 0 | 0.39 | 0.33 | 85.45 | 0.28 | 0.54 |
| Hex | 8E | AA | 68 | 10 | 0 | 27 | 21 | 55 | 1C | 36 |
| Octal | 216 | 252 | 150 | 20 | 0 | 47 | 41 | 125 | 34 | 66 |
| Binary | 10001110 | 10101010 | 1101000 | 10000 | 0 | 100111 | 100001 | 1010101 | 11100 | 110110 |
Color Harmonies of #8EAA68
Complementary color
Monochromatic Colors of #8EAA68
Black with #8EAA68
Text Example
Text Example
White with #8EAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA68; }
p { color: rgb(142,170,104); }
H1.HeaderClassName
{
color: #8EAA68;
}
.AnyTagClassName
{
color: #8EAA68;
}
</style>
background-color css
<style>
a { background-color: #8EAA68; }
a { background-color: rgb(142,170,104); }
div.DivClassName
{
background-color: #8EAA68;
}
.BgClassName
{
background-color: #8EAA68;
}
</style>
border-color css
<style>
span { border-color: #8EAA68; }
span { border-color: rgb(142,170,104); }
td.TdClassName
{
border-color: #8EAA68;
}
.TagClassName
{
border-color: #8EAA68;
}
</style>