Shades of Envy #85B28C
Tints of Envy #85B28C
RGB
CMYK
RGB Variations
Color information
#85B28C (or 0x85B28C) is known color: Envy. HEX triplet: 85, B2 and 8C. RGB value is (133,178,140). Sum of RGB (Red+Green+Blue) = 133+178+140=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #85B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B28C is #7A4D73. Grayscale: #A0A0A0. Windows color (decimal): -8015220 or 9220741. OLE color: 9220741.
HSL color Cylindrical-coordinate representation of color #85B28C: hue angle of 129.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85B28C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 140 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.30 |
| HSL | 129.33º | 0.23% | 0.61% | - |
| HSV(B) | 129.33º | 0.25% | 0.7% | - |
| XYZ | 30.33 | 38.72 | 30.69 | - |
| YUV | 160.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 140 | 0.25 | 0 | 0.21 | 0.30 | 129.33 | 0.23 | 0.61 |
| Hex | 85 | B2 | 8C | 19 | 0 | 15 | 1E | 81 | 17 | 3D |
| Octal | 205 | 262 | 214 | 31 | 0 | 25 | 36 | 201 | 27 | 75 |
| Binary | 10000101 | 10110010 | 10001100 | 11001 | 0 | 10101 | 11110 | 10000001 | 10111 | 111101 |
Color Harmonies of #85B28C
Complementary color
Monochromatic Colors of #85B28C
Black with #85B28C
Text Example
Text Example
White with #85B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B28C; }
p { color: rgb(133,178,140); }
H1.HeaderClassName
{
color: #85B28C;
}
.AnyTagClassName
{
color: #85B28C;
}
</style>
background-color css
<style>
a { background-color: #85B28C; }
a { background-color: rgb(133,178,140); }
div.DivClassName
{
background-color: #85B28C;
}
.BgClassName
{
background-color: #85B28C;
}
</style>
border-color css
<style>
span { border-color: #85B28C; }
span { border-color: rgb(133,178,140); }
td.TdClassName
{
border-color: #85B28C;
}
.TagClassName
{
border-color: #85B28C;
}
</style>