Shades of Envy #85B58D
Tints of Envy #85B58D
RGB
CMYK
RGB Variations
Color information
#85B58D (or 0x85B58D) is known color: Envy. HEX triplet: 85, B5 and 8D. RGB value is (133,181,141). Sum of RGB (Red+Green+Blue) = 133+181+141=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #85B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B58D is #7A4A72. Grayscale: #A2A2A2. Windows color (decimal): -8014451 or 9287045. OLE color: 9287045.
HSL color Cylindrical-coordinate representation of color #85B58D: hue angle of 130º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B58D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 141 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.29 |
| HSL | 130º | 0.24% | 0.62% | - |
| HSV(B) | 130º | 0.27% | 0.71% | - |
| XYZ | 31 | 39.96 | 31.28 | - |
| YUV | 162.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 141 | 0.27 | 0 | 0.22 | 0.29 | 130 | 0.24 | 0.62 |
| Hex | 85 | B5 | 8D | 1B | 0 | 16 | 1D | 82 | 18 | 3E |
| Octal | 205 | 265 | 215 | 33 | 0 | 26 | 35 | 202 | 30 | 76 |
| Binary | 10000101 | 10110101 | 10001101 | 11011 | 0 | 10110 | 11101 | 10000010 | 11000 | 111110 |
Color Harmonies of #85B58D
Complementary color
Monochromatic Colors of #85B58D
Black with #85B58D
Text Example
Text Example
White with #85B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B58D; }
p { color: rgb(133,181,141); }
H1.HeaderClassName
{
color: #85B58D;
}
.AnyTagClassName
{
color: #85B58D;
}
</style>
background-color css
<style>
a { background-color: #85B58D; }
a { background-color: rgb(133,181,141); }
div.DivClassName
{
background-color: #85B58D;
}
.BgClassName
{
background-color: #85B58D;
}
</style>
border-color css
<style>
span { border-color: #85B58D; }
span { border-color: rgb(133,181,141); }
td.TdClassName
{
border-color: #85B58D;
}
.TagClassName
{
border-color: #85B58D;
}
</style>