Shades of Envy #8FA992
Tints of Envy #8FA992
RGB
CMYK
RGB Variations
Color information
#8FA992 (or 0x8FA992) is known color: Envy. HEX triplet: 8F, A9 and 92. RGB value is (143,169,146). Sum of RGB (Red+Green+Blue) = 143+169+146=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA992 is #70566D. Grayscale: #9E9E9E. Windows color (decimal): -7362158 or 9611663. OLE color: 9611663.
HSL color Cylindrical-coordinate representation of color #8FA992: hue angle of 126.92º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA992 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 169 | 146 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.34 |
| HSL | 126.92º | 0.13% | 0.61% | - |
| HSV(B) | 126.92º | 0.15% | 0.66% | - |
| XYZ | 30.7 | 36.29 | 32.58 | - |
| YUV | 158.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 146 | 0.15 | 0 | 0.14 | 0.34 | 126.92 | 0.13 | 0.61 |
| Hex | 8F | A9 | 92 | F | 0 | E | 22 | 7F | D | 3D |
| Octal | 217 | 251 | 222 | 17 | 0 | 16 | 42 | 177 | 15 | 75 |
| Binary | 10001111 | 10101001 | 10010010 | 1111 | 0 | 1110 | 100010 | 1111111 | 1101 | 111101 |
Color Harmonies of #8FA992
Complementary color
Monochromatic Colors of #8FA992
Black with #8FA992
Text Example
Text Example
White with #8FA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA992; }
p { color: rgb(143,169,146); }
H1.HeaderClassName
{
color: #8FA992;
}
.AnyTagClassName
{
color: #8FA992;
}
</style>
background-color css
<style>
a { background-color: #8FA992; }
a { background-color: rgb(143,169,146); }
div.DivClassName
{
background-color: #8FA992;
}
.BgClassName
{
background-color: #8FA992;
}
</style>
border-color css
<style>
span { border-color: #8FA992; }
span { border-color: rgb(143,169,146); }
td.TdClassName
{
border-color: #8FA992;
}
.TagClassName
{
border-color: #8FA992;
}
</style>