Shades of Envy #8DAA91
Tints of Envy #8DAA91
RGB
CMYK
RGB Variations
Color information
#8DAA91 (or 0x8DAA91) is known color: Envy. HEX triplet: 8D, AA and 91. RGB value is (141,170,145). Sum of RGB (Red+Green+Blue) = 141+170+145=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAA91 is #72556E. Grayscale: #9E9E9E. Windows color (decimal): -7492975 or 9546381. OLE color: 9546381.
HSL color Cylindrical-coordinate representation of color #8DAA91: hue angle of 128.28º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DAA91 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 145 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.33 |
| HSL | 128.28º | 0.15% | 0.61% | - |
| HSV(B) | 128.28º | 0.17% | 0.67% | - |
| XYZ | 30.47 | 36.46 | 32.22 | - |
| YUV | 158.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 145 | 0.17 | 0 | 0.15 | 0.33 | 128.28 | 0.15 | 0.61 |
| Hex | 8D | AA | 91 | 11 | 0 | F | 21 | 80 | F | 3D |
| Octal | 215 | 252 | 221 | 21 | 0 | 17 | 41 | 200 | 17 | 75 |
| Binary | 10001101 | 10101010 | 10010001 | 10001 | 0 | 1111 | 100001 | 10000000 | 1111 | 111101 |
Color Harmonies of #8DAA91
Complementary color
Monochromatic Colors of #8DAA91
Black with #8DAA91
Text Example
Text Example
White with #8DAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA91; }
p { color: rgb(141,170,145); }
H1.HeaderClassName
{
color: #8DAA91;
}
.AnyTagClassName
{
color: #8DAA91;
}
</style>
background-color css
<style>
a { background-color: #8DAA91; }
a { background-color: rgb(141,170,145); }
div.DivClassName
{
background-color: #8DAA91;
}
.BgClassName
{
background-color: #8DAA91;
}
</style>
border-color css
<style>
span { border-color: #8DAA91; }
span { border-color: rgb(141,170,145); }
td.TdClassName
{
border-color: #8DAA91;
}
.TagClassName
{
border-color: #8DAA91;
}
</style>