Shades of Chelsea Cucumber #859E61
Tints of Chelsea Cucumber #859E61
RGB
CMYK
RGB Variations
Color information
#859E61 (or 0x859E61) is known color: Chelsea Cucumber. HEX triplet: 85, 9E and 61. RGB value is (133,158,97). Sum of RGB (Red+Green+Blue) = 133+158+97=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #859E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E61 is #7A619E. Grayscale: #8F8F8F. Windows color (decimal): -8020383 or 6397573. OLE color: 6397573.
HSL color Cylindrical-coordinate representation of color #859E61: hue angle of 84.59º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859E61 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 97 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.38 |
| HSL | 84.59º | 0.24% | 0.5% | - |
| HSV(B) | 84.59º | 0.39% | 0.62% | - |
| XYZ | 24.06 | 30.3 | 15.89 | - |
| YUV | 143.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 97 | 0.16 | 0 | 0.39 | 0.38 | 84.59 | 0.24 | 0.5 |
| Hex | 85 | 9E | 61 | 10 | 0 | 27 | 26 | 55 | 18 | 32 |
| Octal | 205 | 236 | 141 | 20 | 0 | 47 | 46 | 125 | 30 | 62 |
| Binary | 10000101 | 10011110 | 1100001 | 10000 | 0 | 100111 | 100110 | 1010101 | 11000 | 110010 |
Color Harmonies of #859E61
Complementary color
Monochromatic Colors of #859E61
Black with #859E61
Text Example
Text Example
White with #859E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E61; }
p { color: rgb(133,158,97); }
H1.HeaderClassName
{
color: #859E61;
}
.AnyTagClassName
{
color: #859E61;
}
</style>
background-color css
<style>
a { background-color: #859E61; }
a { background-color: rgb(133,158,97); }
div.DivClassName
{
background-color: #859E61;
}
.BgClassName
{
background-color: #859E61;
}
</style>
border-color css
<style>
span { border-color: #859E61; }
span { border-color: rgb(133,158,97); }
td.TdClassName
{
border-color: #859E61;
}
.TagClassName
{
border-color: #859E61;
}
</style>