Shades of Chelsea Cucumber #85A756
Tints of Chelsea Cucumber #85A756
RGB
CMYK
RGB Variations
Color information
#85A756 (or 0x85A756) is known color: Chelsea Cucumber. HEX triplet: 85, A7 and 56. RGB value is (133,167,86). Sum of RGB (Red+Green+Blue) = 133+167+86=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #85A756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A756 is #7A58A9. Grayscale: #939393. Windows color (decimal): -8018090 or 5678981. OLE color: 5678981.
HSL color Cylindrical-coordinate representation of color #85A756: hue angle of 85.19º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85A756 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 167 | 86 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.35 |
| HSL | 85.19º | 0.32% | 0.5% | - |
| HSV(B) | 85.19º | 0.49% | 0.65% | - |
| XYZ | 25.17 | 33.3 | 13.9 | - |
| YUV | 147.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 86 | 0.20 | 0 | 0.49 | 0.35 | 85.19 | 0.32 | 0.5 |
| Hex | 85 | A7 | 56 | 14 | 0 | 31 | 23 | 55 | 20 | 32 |
| Octal | 205 | 247 | 126 | 24 | 0 | 61 | 43 | 125 | 40 | 62 |
| Binary | 10000101 | 10100111 | 1010110 | 10100 | 0 | 110001 | 100011 | 1010101 | 100000 | 110010 |
Color Harmonies of #85A756
Complementary color
Monochromatic Colors of #85A756
Black with #85A756
Text Example
Text Example
White with #85A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A756; }
p { color: rgb(133,167,86); }
H1.HeaderClassName
{
color: #85A756;
}
.AnyTagClassName
{
color: #85A756;
}
</style>
background-color css
<style>
a { background-color: #85A756; }
a { background-color: rgb(133,167,86); }
div.DivClassName
{
background-color: #85A756;
}
.BgClassName
{
background-color: #85A756;
}
</style>
border-color css
<style>
span { border-color: #85A756; }
span { border-color: rgb(133,167,86); }
td.TdClassName
{
border-color: #85A756;
}
.TagClassName
{
border-color: #85A756;
}
</style>