Shades of Chelsea Cucumber #859F57
Tints of Chelsea Cucumber #859F57
RGB
CMYK
RGB Variations
Color information
#859F57 (or 0x859F57) is known color: Chelsea Cucumber. HEX triplet: 85, 9F and 57. RGB value is (133,159,87). Sum of RGB (Red+Green+Blue) = 133+159+87=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #859F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F57 is #7A60A8. Grayscale: #8F8F8F. Windows color (decimal): -8020137 or 5742469. OLE color: 5742469.
HSL color Cylindrical-coordinate representation of color #859F57: hue angle of 81.67º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #859F57 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 87 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.38 |
| HSL | 81.67º | 0.29% | 0.48% | - |
| HSV(B) | 81.67º | 0.45% | 0.62% | - |
| XYZ | 23.79 | 30.47 | 13.64 | - |
| YUV | 143.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 87 | 0.16 | 0 | 0.45 | 0.38 | 81.67 | 0.29 | 0.48 |
| Hex | 85 | 9F | 57 | 10 | 0 | 2D | 26 | 52 | 1D | 30 |
| Octal | 205 | 237 | 127 | 20 | 0 | 55 | 46 | 122 | 35 | 60 |
| Binary | 10000101 | 10011111 | 1010111 | 10000 | 0 | 101101 | 100110 | 1010010 | 11101 | 110000 |
Color Harmonies of #859F57
Complementary color
Monochromatic Colors of #859F57
Black with #859F57
Text Example
Text Example
White with #859F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F57; }
p { color: rgb(133,159,87); }
H1.HeaderClassName
{
color: #859F57;
}
.AnyTagClassName
{
color: #859F57;
}
</style>
background-color css
<style>
a { background-color: #859F57; }
a { background-color: rgb(133,159,87); }
div.DivClassName
{
background-color: #859F57;
}
.BgClassName
{
background-color: #859F57;
}
</style>
border-color css
<style>
span { border-color: #859F57; }
span { border-color: rgb(133,159,87); }
td.TdClassName
{
border-color: #859F57;
}
.TagClassName
{
border-color: #859F57;
}
</style>