Shades of Envy #8DAD92
Tints of Envy #8DAD92
RGB
CMYK
RGB Variations
Color information
#8DAD92 (or 0x8DAD92) is known color: Envy. HEX triplet: 8D, AD and 92. RGB value is (141,173,146). Sum of RGB (Red+Green+Blue) = 141+173+146=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAD92 is #72526D. Grayscale: #A0A0A0. Windows color (decimal): -7492206 or 9612685. OLE color: 9612685.
HSL color Cylindrical-coordinate representation of color #8DAD92: hue angle of 129.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAD92 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 146 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.32 |
| HSL | 129.38º | 0.16% | 0.62% | - |
| HSV(B) | 129.38º | 0.18% | 0.68% | - |
| XYZ | 31.12 | 37.63 | 32.82 | - |
| YUV | 160.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 146 | 0.18 | 0 | 0.16 | 0.32 | 129.38 | 0.16 | 0.62 |
| Hex | 8D | AD | 92 | 12 | 0 | 10 | 20 | 81 | 10 | 3E |
| Octal | 215 | 255 | 222 | 22 | 0 | 20 | 40 | 201 | 20 | 76 |
| Binary | 10001101 | 10101101 | 10010010 | 10010 | 0 | 10000 | 100000 | 10000001 | 10000 | 111110 |
Color Harmonies of #8DAD92
Complementary color
Monochromatic Colors of #8DAD92
Black with #8DAD92
Text Example
Text Example
White with #8DAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD92; }
p { color: rgb(141,173,146); }
H1.HeaderClassName
{
color: #8DAD92;
}
.AnyTagClassName
{
color: #8DAD92;
}
</style>
background-color css
<style>
a { background-color: #8DAD92; }
a { background-color: rgb(141,173,146); }
div.DivClassName
{
background-color: #8DAD92;
}
.BgClassName
{
background-color: #8DAD92;
}
</style>
border-color css
<style>
span { border-color: #8DAD92; }
span { border-color: rgb(141,173,146); }
td.TdClassName
{
border-color: #8DAD92;
}
.TagClassName
{
border-color: #8DAD92;
}
</style>