Shades of Envy #819F83
Tints of Envy #819F83
RGB
CMYK
RGB Variations
Color information
#819F83 (or 0x819F83) is known color: Envy. HEX triplet: 81, 9F and 83. RGB value is (129,159,131). Sum of RGB (Red+Green+Blue) = 129+159+131=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #819F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819F83 is #7E607C. Grayscale: #929292. Windows color (decimal): -8282237 or 8626049. OLE color: 8626049.
HSL color Cylindrical-coordinate representation of color #819F83: hue angle of 124º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #819F83 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 131 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.38 |
| HSL | 124º | 0.14% | 0.56% | - |
| HSV(B) | 124º | 0.19% | 0.62% | - |
| XYZ | 25.55 | 31.1 | 26.13 | - |
| YUV | 146.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 131 | 0.19 | 0 | 0.18 | 0.38 | 124 | 0.14 | 0.56 |
| Hex | 81 | 9F | 83 | 13 | 0 | 12 | 26 | 7C | E | 38 |
| Octal | 201 | 237 | 203 | 23 | 0 | 22 | 46 | 174 | 16 | 70 |
| Binary | 10000001 | 10011111 | 10000011 | 10011 | 0 | 10010 | 100110 | 1111100 | 1110 | 111000 |
Color Harmonies of #819F83
Complementary color
Monochromatic Colors of #819F83
Black with #819F83
Text Example
Text Example
White with #819F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F83; }
p { color: rgb(129,159,131); }
H1.HeaderClassName
{
color: #819F83;
}
.AnyTagClassName
{
color: #819F83;
}
</style>
background-color css
<style>
a { background-color: #819F83; }
a { background-color: rgb(129,159,131); }
div.DivClassName
{
background-color: #819F83;
}
.BgClassName
{
background-color: #819F83;
}
</style>
border-color css
<style>
span { border-color: #819F83; }
span { border-color: rgb(129,159,131); }
td.TdClassName
{
border-color: #819F83;
}
.TagClassName
{
border-color: #819F83;
}
</style>