Shades of Envy #819A86
Tints of Envy #819A86
RGB
CMYK
RGB Variations
Color information
#819A86 (or 0x819A86) is known color: Envy. HEX triplet: 81, 9A and 86. RGB value is (129,154,134). Sum of RGB (Red+Green+Blue) = 129+154+134=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #819A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819A86 is #7E6579. Grayscale: #909090. Windows color (decimal): -8283514 or 8821377. OLE color: 8821377.
HSL color Cylindrical-coordinate representation of color #819A86: hue angle of 132º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #819A86 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 134 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.40 |
| HSL | 132º | 0.11% | 0.55% | - |
| HSV(B) | 132º | 0.16% | 0.6% | - |
| XYZ | 24.91 | 29.5 | 26.94 | - |
| YUV | 144.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 134 | 0.16 | 0 | 0.13 | 0.40 | 132 | 0.11 | 0.55 |
| Hex | 81 | 9A | 86 | 10 | 0 | D | 28 | 84 | B | 37 |
| Octal | 201 | 232 | 206 | 20 | 0 | 15 | 50 | 204 | 13 | 67 |
| Binary | 10000001 | 10011010 | 10000110 | 10000 | 0 | 1101 | 101000 | 10000100 | 1011 | 110111 |
Color Harmonies of #819A86
Complementary color
Monochromatic Colors of #819A86
Black with #819A86
Text Example
Text Example
White with #819A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A86; }
p { color: rgb(129,154,134); }
H1.HeaderClassName
{
color: #819A86;
}
.AnyTagClassName
{
color: #819A86;
}
</style>
background-color css
<style>
a { background-color: #819A86; }
a { background-color: rgb(129,154,134); }
div.DivClassName
{
background-color: #819A86;
}
.BgClassName
{
background-color: #819A86;
}
</style>
border-color css
<style>
span { border-color: #819A86; }
span { border-color: rgb(129,154,134); }
td.TdClassName
{
border-color: #819A86;
}
.TagClassName
{
border-color: #819A86;
}
</style>