Shades of Envy #80A380
Tints of Envy #80A380
RGB
CMYK
RGB Variations
Color information
#80A380 (or 0x80A380) is known color: Envy. HEX triplet: 80, A3 and 80. RGB value is (128,163,128). Sum of RGB (Red+Green+Blue) = 128+163+128=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #80A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A380 is #7F5C7F. Grayscale: #949494. Windows color (decimal): -8346752 or 8430464. OLE color: 8430464.
HSL color Cylindrical-coordinate representation of color #80A380: hue angle of 120º 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 #80A380 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 128 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.36 |
| HSL | 120º | 0.16% | 0.57% | - |
| HSV(B) | 120º | 0.21% | 0.64% | - |
| XYZ | 25.9 | 32.34 | 25.3 | - |
| YUV | 148.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 128 | 0.21 | 0 | 0.21 | 0.36 | 120 | 0.16 | 0.57 |
| Hex | 80 | A3 | 80 | 15 | 0 | 15 | 24 | 78 | 10 | 39 |
| Octal | 200 | 243 | 200 | 25 | 0 | 25 | 44 | 170 | 20 | 71 |
| Binary | 10000000 | 10100011 | 10000000 | 10101 | 0 | 10101 | 100100 | 1111000 | 10000 | 111001 |
Color Harmonies of #80A380
Complementary color
Monochromatic Colors of #80A380
Black with #80A380
Text Example
Text Example
White with #80A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A380; }
p { color: rgb(128,163,128); }
H1.HeaderClassName
{
color: #80A380;
}
.AnyTagClassName
{
color: #80A380;
}
</style>
background-color css
<style>
a { background-color: #80A380; }
a { background-color: rgb(128,163,128); }
div.DivClassName
{
background-color: #80A380;
}
.BgClassName
{
background-color: #80A380;
}
</style>
border-color css
<style>
span { border-color: #80A380; }
span { border-color: rgb(128,163,128); }
td.TdClassName
{
border-color: #80A380;
}
.TagClassName
{
border-color: #80A380;
}
</style>