Shades of Envy #81A580
Tints of Envy #81A580
RGB
CMYK
RGB Variations
Color information
#81A580 (or 0x81A580) is known color: Envy. HEX triplet: 81, A5 and 80. RGB value is (129,165,128). Sum of RGB (Red+Green+Blue) = 129+165+128=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #81A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A580 is #7E5A7F. Grayscale: #969696. Windows color (decimal): -8280704 or 8430977. OLE color: 8430977.
HSL color Cylindrical-coordinate representation of color #81A580: hue angle of 118.38º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81A580 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 128 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.35 |
| HSL | 118.38º | 0.17% | 0.57% | - |
| HSV(B) | 118.38º | 0.22% | 0.65% | - |
| XYZ | 26.4 | 33.14 | 25.43 | - |
| YUV | 150.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 128 | 0.22 | 0 | 0.22 | 0.35 | 118.38 | 0.17 | 0.57 |
| Hex | 81 | A5 | 80 | 16 | 0 | 16 | 23 | 76 | 11 | 39 |
| Octal | 201 | 245 | 200 | 26 | 0 | 26 | 43 | 166 | 21 | 71 |
| Binary | 10000001 | 10100101 | 10000000 | 10110 | 0 | 10110 | 100011 | 1110110 | 10001 | 111001 |
Color Harmonies of #81A580
Complementary color
Monochromatic Colors of #81A580
Black with #81A580
Text Example
Text Example
White with #81A580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A580; }
p { color: rgb(129,165,128); }
H1.HeaderClassName
{
color: #81A580;
}
.AnyTagClassName
{
color: #81A580;
}
</style>
background-color css
<style>
a { background-color: #81A580; }
a { background-color: rgb(129,165,128); }
div.DivClassName
{
background-color: #81A580;
}
.BgClassName
{
background-color: #81A580;
}
</style>
border-color css
<style>
span { border-color: #81A580; }
span { border-color: rgb(129,165,128); }
td.TdClassName
{
border-color: #81A580;
}
.TagClassName
{
border-color: #81A580;
}
</style>