Shades of Envy #8FA392
Tints of Envy #8FA392
RGB
CMYK
RGB Variations
Color information
#8FA392 (or 0x8FA392) is known color: Envy. HEX triplet: 8F, A3 and 92. RGB value is (143,163,146). Sum of RGB (Red+Green+Blue) = 143+163+146=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA392 is #705C6D. Grayscale: #9B9B9B. Windows color (decimal): -7363694 or 9610127. OLE color: 9610127.
HSL color Cylindrical-coordinate representation of color #8FA392: hue angle of 129º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8FA392 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 146 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.36 |
| HSL | 129º | 0.1% | 0.6% | - |
| HSV(B) | 129º | 0.12% | 0.64% | - |
| XYZ | 29.61 | 34.11 | 32.22 | - |
| YUV | 155.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 146 | 0.12 | 0 | 0.10 | 0.36 | 129 | 0.1 | 0.6 |
| Hex | 8F | A3 | 92 | C | 0 | A | 24 | 81 | A | 3C |
| Octal | 217 | 243 | 222 | 14 | 0 | 12 | 44 | 201 | 12 | 74 |
| Binary | 10001111 | 10100011 | 10010010 | 1100 | 0 | 1010 | 100100 | 10000001 | 1010 | 111100 |
Color Harmonies of #8FA392
Complementary color
Monochromatic Colors of #8FA392
Black with #8FA392
Text Example
Text Example
White with #8FA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA392; }
p { color: rgb(143,163,146); }
H1.HeaderClassName
{
color: #8FA392;
}
.AnyTagClassName
{
color: #8FA392;
}
</style>
background-color css
<style>
a { background-color: #8FA392; }
a { background-color: rgb(143,163,146); }
div.DivClassName
{
background-color: #8FA392;
}
.BgClassName
{
background-color: #8FA392;
}
</style>
border-color css
<style>
span { border-color: #8FA392; }
span { border-color: rgb(143,163,146); }
td.TdClassName
{
border-color: #8FA392;
}
.TagClassName
{
border-color: #8FA392;
}
</style>