Shades of Chelsea Cucumber #85AA60
Tints of Chelsea Cucumber #85AA60
RGB
CMYK
RGB Variations
Color information
#85AA60 (or 0x85AA60) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 60. RGB value is (133,170,96). Sum of RGB (Red+Green+Blue) = 133+170+96=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA60 is #7A559F. Grayscale: #969696. Windows color (decimal): -8017312 or 6335109. OLE color: 6335109.
HSL color Cylindrical-coordinate representation of color #85AA60: hue angle of 90º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85AA60 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 96 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.33 |
| HSL | 90º | 0.3% | 0.52% | - |
| HSV(B) | 90º | 0.44% | 0.67% | - |
| XYZ | 26.16 | 34.58 | 16.36 | - |
| YUV | 150.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 96 | 0.22 | 0 | 0.44 | 0.33 | 90 | 0.3 | 0.52 |
| Hex | 85 | AA | 60 | 16 | 0 | 2C | 21 | 5A | 1E | 34 |
| Octal | 205 | 252 | 140 | 26 | 0 | 54 | 41 | 132 | 36 | 64 |
| Binary | 10000101 | 10101010 | 1100000 | 10110 | 0 | 101100 | 100001 | 1011010 | 11110 | 110100 |
Color Harmonies of #85AA60
Complementary color
Monochromatic Colors of #85AA60
Black with #85AA60
Text Example
Text Example
White with #85AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA60; }
p { color: rgb(133,170,96); }
H1.HeaderClassName
{
color: #85AA60;
}
.AnyTagClassName
{
color: #85AA60;
}
</style>
background-color css
<style>
a { background-color: #85AA60; }
a { background-color: rgb(133,170,96); }
div.DivClassName
{
background-color: #85AA60;
}
.BgClassName
{
background-color: #85AA60;
}
</style>
border-color css
<style>
span { border-color: #85AA60; }
span { border-color: rgb(133,170,96); }
td.TdClassName
{
border-color: #85AA60;
}
.TagClassName
{
border-color: #85AA60;
}
</style>