Shades of Chelsea Cucumber #8CAA6C
Tints of Chelsea Cucumber #8CAA6C
RGB
CMYK
RGB Variations
Color information
#8CAA6C (or 0x8CAA6C) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 6C. RGB value is (140,170,108). Sum of RGB (Red+Green+Blue) = 140+170+108=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA6C is #735593. Grayscale: #9A9A9A. Windows color (decimal): -7558548 or 7121548. OLE color: 7121548.
HSL color Cylindrical-coordinate representation of color #8CAA6C: hue angle of 89.03º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAA6C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 108 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.33 |
| HSL | 89.03º | 0.27% | 0.55% | - |
| HSV(B) | 89.03º | 0.36% | 0.67% | - |
| XYZ | 27.9 | 35.41 | 19.55 | - |
| YUV | 153.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 108 | 0.18 | 0 | 0.36 | 0.33 | 89.03 | 0.27 | 0.55 |
| Hex | 8C | AA | 6C | 12 | 0 | 24 | 21 | 59 | 1B | 37 |
| Octal | 214 | 252 | 154 | 22 | 0 | 44 | 41 | 131 | 33 | 67 |
| Binary | 10001100 | 10101010 | 1101100 | 10010 | 0 | 100100 | 100001 | 1011001 | 11011 | 110111 |
Color Harmonies of #8CAA6C
Complementary color
Monochromatic Colors of #8CAA6C
Black with #8CAA6C
Text Example
Text Example
White with #8CAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA6C; }
p { color: rgb(140,170,108); }
H1.HeaderClassName
{
color: #8CAA6C;
}
.AnyTagClassName
{
color: #8CAA6C;
}
</style>
background-color css
<style>
a { background-color: #8CAA6C; }
a { background-color: rgb(140,170,108); }
div.DivClassName
{
background-color: #8CAA6C;
}
.BgClassName
{
background-color: #8CAA6C;
}
</style>
border-color css
<style>
span { border-color: #8CAA6C; }
span { border-color: rgb(140,170,108); }
td.TdClassName
{
border-color: #8CAA6C;
}
.TagClassName
{
border-color: #8CAA6C;
}
</style>