Shades of Chelsea Cucumber #8CAC6D
Tints of Chelsea Cucumber #8CAC6D
RGB
CMYK
RGB Variations
Color information
#8CAC6D (or 0x8CAC6D) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 6D. RGB value is (140,172,109). Sum of RGB (Red+Green+Blue) = 140+172+109=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC6D is #735392. Grayscale: #9B9B9B. Windows color (decimal): -7558035 or 7187596. OLE color: 7187596.
HSL color Cylindrical-coordinate representation of color #8CAC6D: hue angle of 90.48º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CAC6D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 109 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.33 |
| HSL | 90.48º | 0.28% | 0.55% | - |
| HSV(B) | 90.48º | 0.37% | 0.67% | - |
| XYZ | 28.33 | 36.18 | 19.96 | - |
| YUV | 155.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 109 | 0.19 | 0 | 0.37 | 0.33 | 90.48 | 0.28 | 0.55 |
| Hex | 8C | AC | 6D | 13 | 0 | 25 | 21 | 5A | 1C | 37 |
| Octal | 214 | 254 | 155 | 23 | 0 | 45 | 41 | 132 | 34 | 67 |
| Binary | 10001100 | 10101100 | 1101101 | 10011 | 0 | 100101 | 100001 | 1011010 | 11100 | 110111 |
Color Harmonies of #8CAC6D
Complementary color
Monochromatic Colors of #8CAC6D
Black with #8CAC6D
Text Example
Text Example
White with #8CAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC6D; }
p { color: rgb(140,172,109); }
H1.HeaderClassName
{
color: #8CAC6D;
}
.AnyTagClassName
{
color: #8CAC6D;
}
</style>
background-color css
<style>
a { background-color: #8CAC6D; }
a { background-color: rgb(140,172,109); }
div.DivClassName
{
background-color: #8CAC6D;
}
.BgClassName
{
background-color: #8CAC6D;
}
</style>
border-color css
<style>
span { border-color: #8CAC6D; }
span { border-color: rgb(140,172,109); }
td.TdClassName
{
border-color: #8CAC6D;
}
.TagClassName
{
border-color: #8CAC6D;
}
</style>