Shades of Chelsea Cucumber #859957
Tints of Chelsea Cucumber #859957
RGB
CMYK
RGB Variations
Color information
#859957 (or 0x859957) is known color: Chelsea Cucumber. HEX triplet: 85, 99 and 57. RGB value is (133,153,87). Sum of RGB (Red+Green+Blue) = 133+153+87=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #859957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859957 is #7A66A8. Grayscale: #8B8B8B. Windows color (decimal): -8021673 or 5740933. OLE color: 5740933.
HSL color Cylindrical-coordinate representation of color #859957: hue angle of 78.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859957 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 87 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.4 |
| HSL | 78.18º | 0.28% | 0.47% | - |
| HSV(B) | 78.18º | 0.43% | 0.6% | - |
| XYZ | 22.78 | 28.46 | 13.31 | - |
| YUV | 139.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 87 | 0.13 | 0 | 0.43 | 0.4 | 78.18 | 0.28 | 0.47 |
| Hex | 85 | 99 | 57 | D | 0 | 2B | 28 | 4E | 1C | 2F |
| Octal | 205 | 231 | 127 | 15 | 0 | 53 | 50 | 116 | 34 | 57 |
| Binary | 10000101 | 10011001 | 1010111 | 1101 | 0 | 101011 | 101000 | 1001110 | 11100 | 101111 |
Color Harmonies of #859957
Complementary color
Monochromatic Colors of #859957
Black with #859957
Text Example
Text Example
White with #859957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859957; }
p { color: rgb(133,153,87); }
H1.HeaderClassName
{
color: #859957;
}
.AnyTagClassName
{
color: #859957;
}
</style>
background-color css
<style>
a { background-color: #859957; }
a { background-color: rgb(133,153,87); }
div.DivClassName
{
background-color: #859957;
}
.BgClassName
{
background-color: #859957;
}
</style>
border-color css
<style>
span { border-color: #859957; }
span { border-color: rgb(133,153,87); }
td.TdClassName
{
border-color: #859957;
}
.TagClassName
{
border-color: #859957;
}
</style>