Shades of Envy #81A781
Tints of Envy #81A781
RGB
CMYK
RGB Variations
Color information
#81A781 (or 0x81A781) is known color: Envy. HEX triplet: 81, A7 and 81. RGB value is (129,167,129). Sum of RGB (Red+Green+Blue) = 129+167+129=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #81A781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A781 is #7E587E. Grayscale: #979797. Windows color (decimal): -8280191 or 8497025. OLE color: 8497025.
HSL color Cylindrical-coordinate representation of color #81A781: hue angle of 120º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81A781 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 129 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.35 |
| HSL | 120º | 0.18% | 0.58% | - |
| HSV(B) | 120º | 0.23% | 0.65% | - |
| XYZ | 26.83 | 33.89 | 25.9 | - |
| YUV | 151.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 129 | 0.23 | 0 | 0.23 | 0.35 | 120 | 0.18 | 0.58 |
| Hex | 81 | A7 | 81 | 17 | 0 | 17 | 23 | 78 | 12 | 3A |
| Octal | 201 | 247 | 201 | 27 | 0 | 27 | 43 | 170 | 22 | 72 |
| Binary | 10000001 | 10100111 | 10000001 | 10111 | 0 | 10111 | 100011 | 1111000 | 10010 | 111010 |
Color Harmonies of #81A781
Complementary color
Monochromatic Colors of #81A781
Black with #81A781
Text Example
Text Example
White with #81A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A781; }
p { color: rgb(129,167,129); }
H1.HeaderClassName
{
color: #81A781;
}
.AnyTagClassName
{
color: #81A781;
}
</style>
background-color css
<style>
a { background-color: #81A781; }
a { background-color: rgb(129,167,129); }
div.DivClassName
{
background-color: #81A781;
}
.BgClassName
{
background-color: #81A781;
}
</style>
border-color css
<style>
span { border-color: #81A781; }
span { border-color: rgb(129,167,129); }
td.TdClassName
{
border-color: #81A781;
}
.TagClassName
{
border-color: #81A781;
}
</style>