Shades of Envy #8FAF92
Tints of Envy #8FAF92
RGB
CMYK
RGB Variations
Color information
#8FAF92 (or 0x8FAF92) is known color: Envy. HEX triplet: 8F, AF and 92. RGB value is (143,175,146). Sum of RGB (Red+Green+Blue) = 143+175+146=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF92 is #70506D. Grayscale: #A2A2A2. Windows color (decimal): -7360622 or 9613199. OLE color: 9613199.
HSL color Cylindrical-coordinate representation of color #8FAF92: hue angle of 125.62º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAF92 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 146 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.31 |
| HSL | 125.63º | 0.17% | 0.62% | - |
| HSV(B) | 125.63º | 0.18% | 0.69% | - |
| XYZ | 31.85 | 38.57 | 32.96 | - |
| YUV | 162.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 146 | 0.18 | 0 | 0.17 | 0.31 | 125.63 | 0.17 | 0.62 |
| Hex | 8F | AF | 92 | 12 | 0 | 11 | 1F | 7E | 11 | 3E |
| Octal | 217 | 257 | 222 | 22 | 0 | 21 | 37 | 176 | 21 | 76 |
| Binary | 10001111 | 10101111 | 10010010 | 10010 | 0 | 10001 | 11111 | 1111110 | 10001 | 111110 |
Color Harmonies of #8FAF92
Complementary color
Monochromatic Colors of #8FAF92
Black with #8FAF92
Text Example
Text Example
White with #8FAF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF92; }
p { color: rgb(143,175,146); }
H1.HeaderClassName
{
color: #8FAF92;
}
.AnyTagClassName
{
color: #8FAF92;
}
</style>
background-color css
<style>
a { background-color: #8FAF92; }
a { background-color: rgb(143,175,146); }
div.DivClassName
{
background-color: #8FAF92;
}
.BgClassName
{
background-color: #8FAF92;
}
</style>
border-color css
<style>
span { border-color: #8FAF92; }
span { border-color: rgb(143,175,146); }
td.TdClassName
{
border-color: #8FAF92;
}
.TagClassName
{
border-color: #8FAF92;
}
</style>