Shades of Envy #81A483
Tints of Envy #81A483
RGB
CMYK
RGB Variations
Color information
#81A483 (or 0x81A483) is known color: Envy. HEX triplet: 81, A4 and 83. RGB value is (129,164,131). Sum of RGB (Red+Green+Blue) = 129+164+131=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #81A483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A483 is #7E5B7C. Grayscale: #959595. Windows color (decimal): -8280957 or 8627329. OLE color: 8627329.
HSL color Cylindrical-coordinate representation of color #81A483: hue angle of 123.43º 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 #81A483 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 131 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.36 |
| HSL | 123.43º | 0.16% | 0.57% | - |
| HSV(B) | 123.43º | 0.21% | 0.64% | - |
| XYZ | 26.43 | 32.86 | 26.42 | - |
| YUV | 149.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 131 | 0.21 | 0 | 0.20 | 0.36 | 123.43 | 0.16 | 0.57 |
| Hex | 81 | A4 | 83 | 15 | 0 | 14 | 24 | 7B | 10 | 39 |
| Octal | 201 | 244 | 203 | 25 | 0 | 24 | 44 | 173 | 20 | 71 |
| Binary | 10000001 | 10100100 | 10000011 | 10101 | 0 | 10100 | 100100 | 1111011 | 10000 | 111001 |
Color Harmonies of #81A483
Complementary color
Monochromatic Colors of #81A483
Black with #81A483
Text Example
Text Example
White with #81A483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A483; }
p { color: rgb(129,164,131); }
H1.HeaderClassName
{
color: #81A483;
}
.AnyTagClassName
{
color: #81A483;
}
</style>
background-color css
<style>
a { background-color: #81A483; }
a { background-color: rgb(129,164,131); }
div.DivClassName
{
background-color: #81A483;
}
.BgClassName
{
background-color: #81A483;
}
</style>
border-color css
<style>
span { border-color: #81A483; }
span { border-color: rgb(129,164,131); }
td.TdClassName
{
border-color: #81A483;
}
.TagClassName
{
border-color: #81A483;
}
</style>