Shades of Envy #8FA093
Tints of Envy #8FA093
RGB
CMYK
RGB Variations
Color information
#8FA093 (or 0x8FA093) is known color: Envy. HEX triplet: 8F, A0 and 93. RGB value is (143,160,147). Sum of RGB (Red+Green+Blue) = 143+160+147=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA093 is #705F6C. Grayscale: #999999. Windows color (decimal): -7364461 or 9674895. OLE color: 9674895.
HSL color Cylindrical-coordinate representation of color #8FA093: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA093 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 147 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.37 |
| HSL | 134.12º | 0.08% | 0.59% | - |
| HSV(B) | 134.12º | 0.11% | 0.63% | - |
| XYZ | 29.16 | 33.09 | 32.45 | - |
| YUV | 153.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 147 | 0.11 | 0 | 0.08 | 0.37 | 134.12 | 0.08 | 0.59 |
| Hex | 8F | A0 | 93 | B | 0 | 8 | 25 | 86 | 8 | 3B |
| Octal | 217 | 240 | 223 | 13 | 0 | 10 | 45 | 206 | 10 | 73 |
| Binary | 10001111 | 10100000 | 10010011 | 1011 | 0 | 1000 | 100101 | 10000110 | 1000 | 111011 |
Color Harmonies of #8FA093
Complementary color
Monochromatic Colors of #8FA093
Black with #8FA093
Text Example
Text Example
White with #8FA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA093; }
p { color: rgb(143,160,147); }
H1.HeaderClassName
{
color: #8FA093;
}
.AnyTagClassName
{
color: #8FA093;
}
</style>
background-color css
<style>
a { background-color: #8FA093; }
a { background-color: rgb(143,160,147); }
div.DivClassName
{
background-color: #8FA093;
}
.BgClassName
{
background-color: #8FA093;
}
</style>
border-color css
<style>
span { border-color: #8FA093; }
span { border-color: rgb(143,160,147); }
td.TdClassName
{
border-color: #8FA093;
}
.TagClassName
{
border-color: #8FA093;
}
</style>