Shades of Chelsea Cucumber #8CAA68
Tints of Chelsea Cucumber #8CAA68
RGB
CMYK
RGB Variations
Color information
#8CAA68 (or 0x8CAA68) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 68. RGB value is (140,170,104). Sum of RGB (Red+Green+Blue) = 140+170+104=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA68 is #735597. Grayscale: #999999. Windows color (decimal): -7558552 or 6859404. OLE color: 6859404.
HSL color Cylindrical-coordinate representation of color #8CAA68: hue angle of 87.27º 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 #8CAA68 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 104 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.33 |
| HSL | 87.27º | 0.28% | 0.54% | - |
| HSV(B) | 87.27º | 0.39% | 0.67% | - |
| XYZ | 27.69 | 35.32 | 18.46 | - |
| YUV | 153.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 104 | 0.18 | 0 | 0.39 | 0.33 | 87.27 | 0.28 | 0.54 |
| Hex | 8C | AA | 68 | 12 | 0 | 27 | 21 | 57 | 1C | 36 |
| Octal | 214 | 252 | 150 | 22 | 0 | 47 | 41 | 127 | 34 | 66 |
| Binary | 10001100 | 10101010 | 1101000 | 10010 | 0 | 100111 | 100001 | 1010111 | 11100 | 110110 |
Color Harmonies of #8CAA68
Complementary color
Monochromatic Colors of #8CAA68
Black with #8CAA68
Text Example
Text Example
White with #8CAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA68; }
p { color: rgb(140,170,104); }
H1.HeaderClassName
{
color: #8CAA68;
}
.AnyTagClassName
{
color: #8CAA68;
}
</style>
background-color css
<style>
a { background-color: #8CAA68; }
a { background-color: rgb(140,170,104); }
div.DivClassName
{
background-color: #8CAA68;
}
.BgClassName
{
background-color: #8CAA68;
}
</style>
border-color css
<style>
span { border-color: #8CAA68; }
span { border-color: rgb(140,170,104); }
td.TdClassName
{
border-color: #8CAA68;
}
.TagClassName
{
border-color: #8CAA68;
}
</style>