Shades of Chelsea Cucumber #859F65
Tints of Chelsea Cucumber #859F65
RGB
CMYK
RGB Variations
Color information
#859F65 (or 0x859F65) is known color: Chelsea Cucumber. HEX triplet: 85, 9F and 65. RGB value is (133,159,101). Sum of RGB (Red+Green+Blue) = 133+159+101=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #859F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F65 is #7A609A. Grayscale: #909090. Windows color (decimal): -8020123 or 6659973. OLE color: 6659973.
HSL color Cylindrical-coordinate representation of color #859F65: hue angle of 86.9º 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 #859F65 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 101 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.38 |
| HSL | 86.9º | 0.23% | 0.51% | - |
| HSV(B) | 86.9º | 0.36% | 0.62% | - |
| XYZ | 24.42 | 30.72 | 16.95 | - |
| YUV | 144.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 101 | 0.16 | 0 | 0.36 | 0.38 | 86.9 | 0.23 | 0.51 |
| Hex | 85 | 9F | 65 | 10 | 0 | 24 | 26 | 57 | 17 | 33 |
| Octal | 205 | 237 | 145 | 20 | 0 | 44 | 46 | 127 | 27 | 63 |
| Binary | 10000101 | 10011111 | 1100101 | 10000 | 0 | 100100 | 100110 | 1010111 | 10111 | 110011 |
Color Harmonies of #859F65
Complementary color
Monochromatic Colors of #859F65
Black with #859F65
Text Example
Text Example
White with #859F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F65; }
p { color: rgb(133,159,101); }
H1.HeaderClassName
{
color: #859F65;
}
.AnyTagClassName
{
color: #859F65;
}
</style>
background-color css
<style>
a { background-color: #859F65; }
a { background-color: rgb(133,159,101); }
div.DivClassName
{
background-color: #859F65;
}
.BgClassName
{
background-color: #859F65;
}
</style>
border-color css
<style>
span { border-color: #859F65; }
span { border-color: rgb(133,159,101); }
td.TdClassName
{
border-color: #859F65;
}
.TagClassName
{
border-color: #859F65;
}
</style>