Shades of Envy #81998A
Tints of Envy #81998A
RGB
CMYK
RGB Variations
Color information
#81998A (or 0x81998A) is known color: Envy. HEX triplet: 81, 99 and 8A. RGB value is (129,153,138). Sum of RGB (Red+Green+Blue) = 129+153+138=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #81998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81998A is #7E6675. Grayscale: #909090. Windows color (decimal): -8283766 or 9083265. OLE color: 9083265.
HSL color Cylindrical-coordinate representation of color #81998A: hue angle of 142.5º 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 #81998A is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 138 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.4 |
| HSL | 142.5º | 0.11% | 0.55% | - |
| HSV(B) | 142.5º | 0.16% | 0.6% | - |
| XYZ | 25.03 | 29.28 | 28.38 | - |
| YUV | 144.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 138 | 0.16 | 0 | 0.10 | 0.4 | 142.5 | 0.11 | 0.55 |
| Hex | 81 | 99 | 8A | 10 | 0 | A | 28 | 8E | B | 37 |
| Octal | 201 | 231 | 212 | 20 | 0 | 12 | 50 | 216 | 13 | 67 |
| Binary | 10000001 | 10011001 | 10001010 | 10000 | 0 | 1010 | 101000 | 10001110 | 1011 | 110111 |
Color Harmonies of #81998A
Complementary color
Monochromatic Colors of #81998A
Black with #81998A
Text Example
Text Example
White with #81998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81998A; }
p { color: rgb(129,153,138); }
H1.HeaderClassName
{
color: #81998A;
}
.AnyTagClassName
{
color: #81998A;
}
</style>
background-color css
<style>
a { background-color: #81998A; }
a { background-color: rgb(129,153,138); }
div.DivClassName
{
background-color: #81998A;
}
.BgClassName
{
background-color: #81998A;
}
</style>
border-color css
<style>
span { border-color: #81998A; }
span { border-color: rgb(129,153,138); }
td.TdClassName
{
border-color: #81998A;
}
.TagClassName
{
border-color: #81998A;
}
</style>