Shades of Envy #80B084
Tints of Envy #80B084
RGB
CMYK
RGB Variations
Color information
#80B084 (or 0x80B084) is known color: Envy. HEX triplet: 80, B0 and 84. RGB value is (128,176,132). Sum of RGB (Red+Green+Blue) = 128+176+132=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #80B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B084 is #7F4F7B. Grayscale: #9C9C9C. Windows color (decimal): -8343420 or 8695936. OLE color: 8695936.
HSL color Cylindrical-coordinate representation of color #80B084: hue angle of 125º 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 #80B084 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 176 | 132 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.31 |
| HSL | 125º | 0.23% | 0.6% | - |
| HSV(B) | 125º | 0.27% | 0.69% | - |
| XYZ | 28.59 | 37.31 | 27.52 | - |
| YUV | 156.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 176 | 132 | 0.27 | 0 | 0.25 | 0.31 | 125 | 0.23 | 0.6 |
| Hex | 80 | B0 | 84 | 1B | 0 | 19 | 1F | 7D | 17 | 3C |
| Octal | 200 | 260 | 204 | 33 | 0 | 31 | 37 | 175 | 27 | 74 |
| Binary | 10000000 | 10110000 | 10000100 | 11011 | 0 | 11001 | 11111 | 1111101 | 10111 | 111100 |
Color Harmonies of #80B084
Complementary color
Monochromatic Colors of #80B084
Black with #80B084
Text Example
Text Example
White with #80B084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B084; }
p { color: rgb(128,176,132); }
H1.HeaderClassName
{
color: #80B084;
}
.AnyTagClassName
{
color: #80B084;
}
</style>
background-color css
<style>
a { background-color: #80B084; }
a { background-color: rgb(128,176,132); }
div.DivClassName
{
background-color: #80B084;
}
.BgClassName
{
background-color: #80B084;
}
</style>
border-color css
<style>
span { border-color: #80B084; }
span { border-color: rgb(128,176,132); }
td.TdClassName
{
border-color: #80B084;
}
.TagClassName
{
border-color: #80B084;
}
</style>