Shades of Chelsea Cucumber #85A75E
Tints of Chelsea Cucumber #85A75E
RGB
CMYK
RGB Variations
Color information
#85A75E (or 0x85A75E) is known color: Chelsea Cucumber. HEX triplet: 85, A7 and 5E. RGB value is (133,167,94). Sum of RGB (Red+Green+Blue) = 133+167+94=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 167 - color contains mainly: green. Hex color #85A75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A75E is #7A58A1. Grayscale: #949494. Windows color (decimal): -8018082 or 6203269. OLE color: 6203269.
HSL color Cylindrical-coordinate representation of color #85A75E: hue angle of 87.95º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85A75E is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 167 | 94 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.35 |
| HSL | 87.95º | 0.29% | 0.51% | - |
| HSV(B) | 87.95º | 0.44% | 0.65% | - |
| XYZ | 25.51 | 33.43 | 15.7 | - |
| YUV | 148.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 94 | 0.20 | 0 | 0.44 | 0.35 | 87.95 | 0.29 | 0.51 |
| Hex | 85 | A7 | 5E | 14 | 0 | 2C | 23 | 58 | 1D | 33 |
| Octal | 205 | 247 | 136 | 24 | 0 | 54 | 43 | 130 | 35 | 63 |
| Binary | 10000101 | 10100111 | 1011110 | 10100 | 0 | 101100 | 100011 | 1011000 | 11101 | 110011 |
Color Harmonies of #85A75E
Complementary color
Monochromatic Colors of #85A75E
Black with #85A75E
Text Example
Text Example
White with #85A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A75E; }
p { color: rgb(133,167,94); }
H1.HeaderClassName
{
color: #85A75E;
}
.AnyTagClassName
{
color: #85A75E;
}
</style>
background-color css
<style>
a { background-color: #85A75E; }
a { background-color: rgb(133,167,94); }
div.DivClassName
{
background-color: #85A75E;
}
.BgClassName
{
background-color: #85A75E;
}
</style>
border-color css
<style>
span { border-color: #85A75E; }
span { border-color: rgb(133,167,94); }
td.TdClassName
{
border-color: #85A75E;
}
.TagClassName
{
border-color: #85A75E;
}
</style>