Shades of Envy #8FA792
Tints of Envy #8FA792
RGB
CMYK
RGB Variations
Color information
#8FA792 (or 0x8FA792) is known color: Envy. HEX triplet: 8F, A7 and 92. RGB value is (143,167,146). Sum of RGB (Red+Green+Blue) = 143+167+146=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA792 is #70586D. Grayscale: #9D9D9D. Windows color (decimal): -7362670 or 9611151. OLE color: 9611151.
HSL color Cylindrical-coordinate representation of color #8FA792: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA792 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 167 | 146 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.35 |
| HSL | 127.5º | 0.12% | 0.61% | - |
| HSV(B) | 127.5º | 0.14% | 0.65% | - |
| XYZ | 30.33 | 35.55 | 32.46 | - |
| YUV | 157.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 146 | 0.14 | 0 | 0.13 | 0.35 | 127.5 | 0.12 | 0.61 |
| Hex | 8F | A7 | 92 | E | 0 | D | 23 | 80 | C | 3D |
| Octal | 217 | 247 | 222 | 16 | 0 | 15 | 43 | 200 | 14 | 75 |
| Binary | 10001111 | 10100111 | 10010010 | 1110 | 0 | 1101 | 100011 | 10000000 | 1100 | 111101 |
Color Harmonies of #8FA792
Complementary color
Monochromatic Colors of #8FA792
Black with #8FA792
Text Example
Text Example
White with #8FA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA792; }
p { color: rgb(143,167,146); }
H1.HeaderClassName
{
color: #8FA792;
}
.AnyTagClassName
{
color: #8FA792;
}
</style>
background-color css
<style>
a { background-color: #8FA792; }
a { background-color: rgb(143,167,146); }
div.DivClassName
{
background-color: #8FA792;
}
.BgClassName
{
background-color: #8FA792;
}
</style>
border-color css
<style>
span { border-color: #8FA792; }
span { border-color: rgb(143,167,146); }
td.TdClassName
{
border-color: #8FA792;
}
.TagClassName
{
border-color: #8FA792;
}
</style>