Shades of Chelsea Cucumber #859D65
Tints of Chelsea Cucumber #859D65
RGB
CMYK
RGB Variations
Color information
#859D65 (or 0x859D65) is known color: Chelsea Cucumber. HEX triplet: 85, 9D and 65. RGB value is (133,157,101). Sum of RGB (Red+Green+Blue) = 133+157+101=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #859D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D65 is #7A629A. Grayscale: #8F8F8F. Windows color (decimal): -8020635 or 6659461. OLE color: 6659461.
HSL color Cylindrical-coordinate representation of color #859D65: hue angle of 85.71º degrees, saturation: 0.22, 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 #859D65 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 101 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.38 |
| HSL | 85.71º | 0.22% | 0.51% | - |
| HSV(B) | 85.71º | 0.36% | 0.62% | - |
| XYZ | 24.08 | 30.04 | 16.84 | - |
| YUV | 143.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 101 | 0.15 | 0 | 0.36 | 0.38 | 85.71 | 0.22 | 0.51 |
| Hex | 85 | 9D | 65 | F | 0 | 24 | 26 | 56 | 16 | 33 |
| Octal | 205 | 235 | 145 | 17 | 0 | 44 | 46 | 126 | 26 | 63 |
| Binary | 10000101 | 10011101 | 1100101 | 1111 | 0 | 100100 | 100110 | 1010110 | 10110 | 110011 |
Color Harmonies of #859D65
Complementary color
Monochromatic Colors of #859D65
Black with #859D65
Text Example
Text Example
White with #859D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D65; }
p { color: rgb(133,157,101); }
H1.HeaderClassName
{
color: #859D65;
}
.AnyTagClassName
{
color: #859D65;
}
</style>
background-color css
<style>
a { background-color: #859D65; }
a { background-color: rgb(133,157,101); }
div.DivClassName
{
background-color: #859D65;
}
.BgClassName
{
background-color: #859D65;
}
</style>
border-color css
<style>
span { border-color: #859D65; }
span { border-color: rgb(133,157,101); }
td.TdClassName
{
border-color: #859D65;
}
.TagClassName
{
border-color: #859D65;
}
</style>