Shades of Chelsea Cucumber #8CAA65
Tints of Chelsea Cucumber #8CAA65
RGB
CMYK
RGB Variations
Color information
#8CAA65 (or 0x8CAA65) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 65. RGB value is (140,170,101). Sum of RGB (Red+Green+Blue) = 140+170+101=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA65 is #73559A. Grayscale: #999999. Windows color (decimal): -7558555 or 6662796. OLE color: 6662796.
HSL color Cylindrical-coordinate representation of color #8CAA65: hue angle of 86.09º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CAA65 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 101 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.33 |
| HSL | 86.09º | 0.29% | 0.53% | - |
| HSV(B) | 86.09º | 0.41% | 0.67% | - |
| XYZ | 27.54 | 35.26 | 17.67 | - |
| YUV | 153.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 101 | 0.18 | 0 | 0.41 | 0.33 | 86.09 | 0.29 | 0.53 |
| Hex | 8C | AA | 65 | 12 | 0 | 29 | 21 | 56 | 1D | 35 |
| Octal | 214 | 252 | 145 | 22 | 0 | 51 | 41 | 126 | 35 | 65 |
| Binary | 10001100 | 10101010 | 1100101 | 10010 | 0 | 101001 | 100001 | 1010110 | 11101 | 110101 |
Color Harmonies of #8CAA65
Complementary color
Monochromatic Colors of #8CAA65
Black with #8CAA65
Text Example
Text Example
White with #8CAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA65; }
p { color: rgb(140,170,101); }
H1.HeaderClassName
{
color: #8CAA65;
}
.AnyTagClassName
{
color: #8CAA65;
}
</style>
background-color css
<style>
a { background-color: #8CAA65; }
a { background-color: rgb(140,170,101); }
div.DivClassName
{
background-color: #8CAA65;
}
.BgClassName
{
background-color: #8CAA65;
}
</style>
border-color css
<style>
span { border-color: #8CAA65; }
span { border-color: rgb(140,170,101); }
td.TdClassName
{
border-color: #8CAA65;
}
.TagClassName
{
border-color: #8CAA65;
}
</style>