Shades of Envy #8FA192
Tints of Envy #8FA192
RGB
CMYK
RGB Variations
Color information
#8FA192 (or 0x8FA192) is known color: Envy. HEX triplet: 8F, A1 and 92. RGB value is (143,161,146). Sum of RGB (Red+Green+Blue) = 143+161+146=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA192 is #705E6D. Grayscale: #999999. Windows color (decimal): -7364206 or 9609615. OLE color: 9609615.
HSL color Cylindrical-coordinate representation of color #8FA192: hue angle of 130º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA192 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 146 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.37 |
| HSL | 130º | 0.09% | 0.6% | - |
| HSV(B) | 130º | 0.11% | 0.63% | - |
| XYZ | 29.26 | 33.4 | 32.1 | - |
| YUV | 153.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 146 | 0.11 | 0 | 0.09 | 0.37 | 130 | 0.09 | 0.6 |
| Hex | 8F | A1 | 92 | B | 0 | 9 | 25 | 82 | 9 | 3C |
| Octal | 217 | 241 | 222 | 13 | 0 | 11 | 45 | 202 | 11 | 74 |
| Binary | 10001111 | 10100001 | 10010010 | 1011 | 0 | 1001 | 100101 | 10000010 | 1001 | 111100 |
Color Harmonies of #8FA192
Complementary color
Monochromatic Colors of #8FA192
Black with #8FA192
Text Example
Text Example
White with #8FA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA192; }
p { color: rgb(143,161,146); }
H1.HeaderClassName
{
color: #8FA192;
}
.AnyTagClassName
{
color: #8FA192;
}
</style>
background-color css
<style>
a { background-color: #8FA192; }
a { background-color: rgb(143,161,146); }
div.DivClassName
{
background-color: #8FA192;
}
.BgClassName
{
background-color: #8FA192;
}
</style>
border-color css
<style>
span { border-color: #8FA192; }
span { border-color: rgb(143,161,146); }
td.TdClassName
{
border-color: #8FA192;
}
.TagClassName
{
border-color: #8FA192;
}
</style>