Shades of Chelsea Cucumber #8EA066
Tints of Chelsea Cucumber #8EA066
RGB
CMYK
RGB Variations
Color information
#8EA066 (or 0x8EA066) is known color: Chelsea Cucumber. HEX triplet: 8E, A0 and 66. RGB value is (142,160,102). Sum of RGB (Red+Green+Blue) = 142+160+102=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA066 is #715F99. Grayscale: #949494. Windows color (decimal): -7430042 or 6725774. OLE color: 6725774.
HSL color Cylindrical-coordinate representation of color #8EA066: hue angle of 78.62º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EA066 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 102 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.37 |
| HSL | 78.62º | 0.23% | 0.51% | - |
| HSV(B) | 78.62º | 0.36% | 0.63% | - |
| XYZ | 26.12 | 31.85 | 17.34 | - |
| YUV | 148.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 102 | 0.11 | 0 | 0.36 | 0.37 | 78.62 | 0.23 | 0.51 |
| Hex | 8E | A0 | 66 | B | 0 | 24 | 25 | 4F | 17 | 33 |
| Octal | 216 | 240 | 146 | 13 | 0 | 44 | 45 | 117 | 27 | 63 |
| Binary | 10001110 | 10100000 | 1100110 | 1011 | 0 | 100100 | 100101 | 1001111 | 10111 | 110011 |
Color Harmonies of #8EA066
Complementary color
Monochromatic Colors of #8EA066
Black with #8EA066
Text Example
Text Example
White with #8EA066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA066; }
p { color: rgb(142,160,102); }
H1.HeaderClassName
{
color: #8EA066;
}
.AnyTagClassName
{
color: #8EA066;
}
</style>
background-color css
<style>
a { background-color: #8EA066; }
a { background-color: rgb(142,160,102); }
div.DivClassName
{
background-color: #8EA066;
}
.BgClassName
{
background-color: #8EA066;
}
</style>
border-color css
<style>
span { border-color: #8EA066; }
span { border-color: rgb(142,160,102); }
td.TdClassName
{
border-color: #8EA066;
}
.TagClassName
{
border-color: #8EA066;
}
</style>