Shades of Chelsea Cucumber #859A60
Tints of Chelsea Cucumber #859A60
RGB
CMYK
RGB Variations
Color information
#859A60 (or 0x859A60) is known color: Chelsea Cucumber. HEX triplet: 85, 9A and 60. RGB value is (133,154,96). Sum of RGB (Red+Green+Blue) = 133+154+96=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #859A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A60 is #7A659F. Grayscale: #8D8D8D. Windows color (decimal): -8021408 or 6331013. OLE color: 6331013.
HSL color Cylindrical-coordinate representation of color #859A60: hue angle of 81.72º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859A60 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 96 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.40 |
| HSL | 81.72º | 0.23% | 0.49% | - |
| HSV(B) | 81.72º | 0.38% | 0.6% | - |
| XYZ | 23.34 | 28.94 | 15.42 | - |
| YUV | 141.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 96 | 0.14 | 0 | 0.38 | 0.40 | 81.72 | 0.23 | 0.49 |
| Hex | 85 | 9A | 60 | E | 0 | 26 | 28 | 52 | 17 | 31 |
| Octal | 205 | 232 | 140 | 16 | 0 | 46 | 50 | 122 | 27 | 61 |
| Binary | 10000101 | 10011010 | 1100000 | 1110 | 0 | 100110 | 101000 | 1010010 | 10111 | 110001 |
Color Harmonies of #859A60
Complementary color
Monochromatic Colors of #859A60
Black with #859A60
Text Example
Text Example
White with #859A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A60; }
p { color: rgb(133,154,96); }
H1.HeaderClassName
{
color: #859A60;
}
.AnyTagClassName
{
color: #859A60;
}
</style>
background-color css
<style>
a { background-color: #859A60; }
a { background-color: rgb(133,154,96); }
div.DivClassName
{
background-color: #859A60;
}
.BgClassName
{
background-color: #859A60;
}
</style>
border-color css
<style>
span { border-color: #859A60; }
span { border-color: rgb(133,154,96); }
td.TdClassName
{
border-color: #859A60;
}
.TagClassName
{
border-color: #859A60;
}
</style>