Shades of Envy #819F89
Tints of Envy #819F89
RGB
CMYK
RGB Variations
Color information
#819F89 (or 0x819F89) is known color: Envy. HEX triplet: 81, 9F and 89. RGB value is (129,159,137). Sum of RGB (Red+Green+Blue) = 129+159+137=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #819F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819F89 is #7E6076. Grayscale: #939393. Windows color (decimal): -8282231 or 9019265. OLE color: 9019265.
HSL color Cylindrical-coordinate representation of color #819F89: hue angle of 136º 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 #819F89 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 137 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.38 |
| HSL | 136º | 0.14% | 0.56% | - |
| HSV(B) | 136º | 0.19% | 0.62% | - |
| XYZ | 25.97 | 31.27 | 28.33 | - |
| YUV | 147.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 137 | 0.19 | 0 | 0.14 | 0.38 | 136 | 0.14 | 0.56 |
| Hex | 81 | 9F | 89 | 13 | 0 | E | 26 | 88 | E | 38 |
| Octal | 201 | 237 | 211 | 23 | 0 | 16 | 46 | 210 | 16 | 70 |
| Binary | 10000001 | 10011111 | 10001001 | 10011 | 0 | 1110 | 100110 | 10001000 | 1110 | 111000 |
Color Harmonies of #819F89
Complementary color
Monochromatic Colors of #819F89
Black with #819F89
Text Example
Text Example
White with #819F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F89; }
p { color: rgb(129,159,137); }
H1.HeaderClassName
{
color: #819F89;
}
.AnyTagClassName
{
color: #819F89;
}
</style>
background-color css
<style>
a { background-color: #819F89; }
a { background-color: rgb(129,159,137); }
div.DivClassName
{
background-color: #819F89;
}
.BgClassName
{
background-color: #819F89;
}
</style>
border-color css
<style>
span { border-color: #819F89; }
span { border-color: rgb(129,159,137); }
td.TdClassName
{
border-color: #819F89;
}
.TagClassName
{
border-color: #819F89;
}
</style>