Shades of Envy #8AAA92
Tints of Envy #8AAA92
RGB
CMYK
RGB Variations
Color information
#8AAA92 (or 0x8AAA92) is known color: Envy. HEX triplet: 8A, AA and 92. RGB value is (138,170,146). Sum of RGB (Red+Green+Blue) = 138+170+146=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA92 is #75556D. Grayscale: #9D9D9D. Windows color (decimal): -7689582 or 9611914. OLE color: 9611914.
HSL color Cylindrical-coordinate representation of color #8AAA92: hue angle of 135º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAA92 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 146 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.33 |
| HSL | 135º | 0.16% | 0.6% | - |
| HSV(B) | 135º | 0.19% | 0.67% | - |
| XYZ | 30.04 | 36.23 | 32.6 | - |
| YUV | 157.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 146 | 0.19 | 0 | 0.14 | 0.33 | 135 | 0.16 | 0.6 |
| Hex | 8A | AA | 92 | 13 | 0 | E | 21 | 87 | 10 | 3C |
| Octal | 212 | 252 | 222 | 23 | 0 | 16 | 41 | 207 | 20 | 74 |
| Binary | 10001010 | 10101010 | 10010010 | 10011 | 0 | 1110 | 100001 | 10000111 | 10000 | 111100 |
Color Harmonies of #8AAA92
Complementary color
Monochromatic Colors of #8AAA92
Black with #8AAA92
Text Example
Text Example
White with #8AAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA92; }
p { color: rgb(138,170,146); }
H1.HeaderClassName
{
color: #8AAA92;
}
.AnyTagClassName
{
color: #8AAA92;
}
</style>
background-color css
<style>
a { background-color: #8AAA92; }
a { background-color: rgb(138,170,146); }
div.DivClassName
{
background-color: #8AAA92;
}
.BgClassName
{
background-color: #8AAA92;
}
</style>
border-color css
<style>
span { border-color: #8AAA92; }
span { border-color: rgb(138,170,146); }
td.TdClassName
{
border-color: #8AAA92;
}
.TagClassName
{
border-color: #8AAA92;
}
</style>