Shades of Envy #85AB8F
Tints of Envy #85AB8F
RGB
CMYK
RGB Variations
Color information
#85AB8F (or 0x85AB8F) is known color: Envy. HEX triplet: 85, AB and 8F. RGB value is (133,171,143). Sum of RGB (Red+Green+Blue) = 133+171+143=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AB8F is #7A5470. Grayscale: #9C9C9C. Windows color (decimal): -8017009 or 9415557. OLE color: 9415557.
HSL color Cylindrical-coordinate representation of color #85AB8F: hue angle of 135.79º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AB8F is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 143 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.33 |
| HSL | 135.79º | 0.18% | 0.6% | - |
| HSV(B) | 135.79º | 0.22% | 0.67% | - |
| XYZ | 29.19 | 36.1 | 31.42 | - |
| YUV | 156.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 143 | 0.22 | 0 | 0.16 | 0.33 | 135.79 | 0.18 | 0.6 |
| Hex | 85 | AB | 8F | 16 | 0 | 10 | 21 | 88 | 12 | 3C |
| Octal | 205 | 253 | 217 | 26 | 0 | 20 | 41 | 210 | 22 | 74 |
| Binary | 10000101 | 10101011 | 10001111 | 10110 | 0 | 10000 | 100001 | 10001000 | 10010 | 111100 |
Color Harmonies of #85AB8F
Complementary color
Monochromatic Colors of #85AB8F
Black with #85AB8F
Text Example
Text Example
White with #85AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB8F; }
p { color: rgb(133,171,143); }
H1.HeaderClassName
{
color: #85AB8F;
}
.AnyTagClassName
{
color: #85AB8F;
}
</style>
background-color css
<style>
a { background-color: #85AB8F; }
a { background-color: rgb(133,171,143); }
div.DivClassName
{
background-color: #85AB8F;
}
.BgClassName
{
background-color: #85AB8F;
}
</style>
border-color css
<style>
span { border-color: #85AB8F; }
span { border-color: rgb(133,171,143); }
td.TdClassName
{
border-color: #85AB8F;
}
.TagClassName
{
border-color: #85AB8F;
}
</style>