Shades of Chelsea Cucumber #859E65
Tints of Chelsea Cucumber #859E65
RGB
CMYK
RGB Variations
Color information
#859E65 (or 0x859E65) is known color: Chelsea Cucumber. HEX triplet: 85, 9E and 65. RGB value is (133,158,101). Sum of RGB (Red+Green+Blue) = 133+158+101=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #859E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E65 is #7A619A. Grayscale: #909090. Windows color (decimal): -8020379 or 6659717. OLE color: 6659717.
HSL color Cylindrical-coordinate representation of color #859E65: hue angle of 86.32º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859E65 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 101 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.38 |
| HSL | 86.32º | 0.23% | 0.51% | - |
| HSV(B) | 86.32º | 0.36% | 0.62% | - |
| XYZ | 24.25 | 30.38 | 16.9 | - |
| YUV | 144.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 101 | 0.16 | 0 | 0.36 | 0.38 | 86.32 | 0.23 | 0.51 |
| Hex | 85 | 9E | 65 | 10 | 0 | 24 | 26 | 56 | 17 | 33 |
| Octal | 205 | 236 | 145 | 20 | 0 | 44 | 46 | 126 | 27 | 63 |
| Binary | 10000101 | 10011110 | 1100101 | 10000 | 0 | 100100 | 100110 | 1010110 | 10111 | 110011 |
Color Harmonies of #859E65
Complementary color
Monochromatic Colors of #859E65
Black with #859E65
Text Example
Text Example
White with #859E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E65; }
p { color: rgb(133,158,101); }
H1.HeaderClassName
{
color: #859E65;
}
.AnyTagClassName
{
color: #859E65;
}
</style>
background-color css
<style>
a { background-color: #859E65; }
a { background-color: rgb(133,158,101); }
div.DivClassName
{
background-color: #859E65;
}
.BgClassName
{
background-color: #859E65;
}
</style>
border-color css
<style>
span { border-color: #859E65; }
span { border-color: rgb(133,158,101); }
td.TdClassName
{
border-color: #859E65;
}
.TagClassName
{
border-color: #859E65;
}
</style>