Shades of Envy #8DA992
Tints of Envy #8DA992
RGB
CMYK
RGB Variations
Color information
#8DA992 (or 0x8DA992) is known color: Envy. HEX triplet: 8D, A9 and 92. RGB value is (141,169,146). Sum of RGB (Red+Green+Blue) = 141+169+146=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA992 is #72566D. Grayscale: #9E9E9E. Windows color (decimal): -7493230 or 9611661. OLE color: 9611661.
HSL color Cylindrical-coordinate representation of color #8DA992: hue angle of 130.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DA992 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 169 | 146 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.34 |
| HSL | 130.71º | 0.14% | 0.61% | - |
| HSV(B) | 130.71º | 0.17% | 0.66% | - |
| XYZ | 30.36 | 36.11 | 32.56 | - |
| YUV | 158.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 146 | 0.17 | 0 | 0.14 | 0.34 | 130.71 | 0.14 | 0.61 |
| Hex | 8D | A9 | 92 | 11 | 0 | E | 22 | 83 | E | 3D |
| Octal | 215 | 251 | 222 | 21 | 0 | 16 | 42 | 203 | 16 | 75 |
| Binary | 10001101 | 10101001 | 10010010 | 10001 | 0 | 1110 | 100010 | 10000011 | 1110 | 111101 |
Color Harmonies of #8DA992
Complementary color
Monochromatic Colors of #8DA992
Black with #8DA992
Text Example
Text Example
White with #8DA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA992; }
p { color: rgb(141,169,146); }
H1.HeaderClassName
{
color: #8DA992;
}
.AnyTagClassName
{
color: #8DA992;
}
</style>
background-color css
<style>
a { background-color: #8DA992; }
a { background-color: rgb(141,169,146); }
div.DivClassName
{
background-color: #8DA992;
}
.BgClassName
{
background-color: #8DA992;
}
</style>
border-color css
<style>
span { border-color: #8DA992; }
span { border-color: rgb(141,169,146); }
td.TdClassName
{
border-color: #8DA992;
}
.TagClassName
{
border-color: #8DA992;
}
</style>