Shades of Envy #81A388
Tints of Envy #81A388
RGB
CMYK
RGB Variations
Color information
#81A388 (or 0x81A388) is known color: Envy. HEX triplet: 81, A3 and 88. RGB value is (129,163,136). Sum of RGB (Red+Green+Blue) = 129+163+136=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 163 - color contains mainly: green. Hex color #81A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A388 is #7E5C77. Grayscale: #959595. Windows color (decimal): -8281208 or 8954753. OLE color: 8954753.
HSL color Cylindrical-coordinate representation of color #81A388: hue angle of 132.35º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A388 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 163 | 136 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.36 |
| HSL | 132.35º | 0.16% | 0.57% | - |
| HSV(B) | 132.35º | 0.21% | 0.64% | - |
| XYZ | 26.59 | 32.64 | 28.19 | - |
| YUV | 149.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 136 | 0.21 | 0 | 0.17 | 0.36 | 132.35 | 0.16 | 0.57 |
| Hex | 81 | A3 | 88 | 15 | 0 | 11 | 24 | 84 | 10 | 39 |
| Octal | 201 | 243 | 210 | 25 | 0 | 21 | 44 | 204 | 20 | 71 |
| Binary | 10000001 | 10100011 | 10001000 | 10101 | 0 | 10001 | 100100 | 10000100 | 10000 | 111001 |
Color Harmonies of #81A388
Complementary color
Monochromatic Colors of #81A388
Black with #81A388
Text Example
Text Example
White with #81A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A388; }
p { color: rgb(129,163,136); }
H1.HeaderClassName
{
color: #81A388;
}
.AnyTagClassName
{
color: #81A388;
}
</style>
background-color css
<style>
a { background-color: #81A388; }
a { background-color: rgb(129,163,136); }
div.DivClassName
{
background-color: #81A388;
}
.BgClassName
{
background-color: #81A388;
}
</style>
border-color css
<style>
span { border-color: #81A388; }
span { border-color: rgb(129,163,136); }
td.TdClassName
{
border-color: #81A388;
}
.TagClassName
{
border-color: #81A388;
}
</style>