Shades of Chelsea Cucumber #859C60
Tints of Chelsea Cucumber #859C60
RGB
CMYK
RGB Variations
Color information
#859C60 (or 0x859C60) is known color: Chelsea Cucumber. HEX triplet: 85, 9C and 60. RGB value is (133,156,96). Sum of RGB (Red+Green+Blue) = 133+156+96=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #859C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C60 is #7A639F. Grayscale: #8E8E8E. Windows color (decimal): -8020896 or 6331525. OLE color: 6331525.
HSL color Cylindrical-coordinate representation of color #859C60: hue angle of 83º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859C60 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 96 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.39 |
| HSL | 83º | 0.24% | 0.49% | - |
| HSV(B) | 83º | 0.38% | 0.61% | - |
| XYZ | 23.67 | 29.61 | 15.53 | - |
| YUV | 142.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 96 | 0.15 | 0 | 0.38 | 0.39 | 83 | 0.24 | 0.49 |
| Hex | 85 | 9C | 60 | F | 0 | 26 | 27 | 53 | 18 | 31 |
| Octal | 205 | 234 | 140 | 17 | 0 | 46 | 47 | 123 | 30 | 61 |
| Binary | 10000101 | 10011100 | 1100000 | 1111 | 0 | 100110 | 100111 | 1010011 | 11000 | 110001 |
Color Harmonies of #859C60
Complementary color
Monochromatic Colors of #859C60
Black with #859C60
Text Example
Text Example
White with #859C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C60; }
p { color: rgb(133,156,96); }
H1.HeaderClassName
{
color: #859C60;
}
.AnyTagClassName
{
color: #859C60;
}
</style>
background-color css
<style>
a { background-color: #859C60; }
a { background-color: rgb(133,156,96); }
div.DivClassName
{
background-color: #859C60;
}
.BgClassName
{
background-color: #859C60;
}
</style>
border-color css
<style>
span { border-color: #859C60; }
span { border-color: rgb(133,156,96); }
td.TdClassName
{
border-color: #859C60;
}
.TagClassName
{
border-color: #859C60;
}
</style>