Shades of Envy #81B085
Tints of Envy #81B085
RGB
CMYK
RGB Variations
Color information
#81B085 (or 0x81B085) is known color: Envy. HEX triplet: 81, B0 and 85. RGB value is (129,176,133). Sum of RGB (Red+Green+Blue) = 129+176+133=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #81B085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B085 is #7E4F7A. Grayscale: #9D9D9D. Windows color (decimal): -8277883 or 8761473. OLE color: 8761473.
HSL color Cylindrical-coordinate representation of color #81B085: hue angle of 125.11º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B085 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 176 | 133 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.31 |
| HSL | 125.11º | 0.23% | 0.6% | - |
| HSV(B) | 125.11º | 0.27% | 0.69% | - |
| XYZ | 28.81 | 37.41 | 27.89 | - |
| YUV | 157.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 133 | 0.27 | 0 | 0.24 | 0.31 | 125.11 | 0.23 | 0.6 |
| Hex | 81 | B0 | 85 | 1B | 0 | 18 | 1F | 7D | 17 | 3C |
| Octal | 201 | 260 | 205 | 33 | 0 | 30 | 37 | 175 | 27 | 74 |
| Binary | 10000001 | 10110000 | 10000101 | 11011 | 0 | 11000 | 11111 | 1111101 | 10111 | 111100 |
Color Harmonies of #81B085
Complementary color
Monochromatic Colors of #81B085
Black with #81B085
Text Example
Text Example
White with #81B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B085; }
p { color: rgb(129,176,133); }
H1.HeaderClassName
{
color: #81B085;
}
.AnyTagClassName
{
color: #81B085;
}
</style>
background-color css
<style>
a { background-color: #81B085; }
a { background-color: rgb(129,176,133); }
div.DivClassName
{
background-color: #81B085;
}
.BgClassName
{
background-color: #81B085;
}
</style>
border-color css
<style>
span { border-color: #81B085; }
span { border-color: rgb(129,176,133); }
td.TdClassName
{
border-color: #81B085;
}
.TagClassName
{
border-color: #81B085;
}
</style>