Shades of Envy #80A585
Tints of Envy #80A585
RGB
CMYK
RGB Variations
Color information
#80A585 (or 0x80A585) is known color: Envy. HEX triplet: 80, A5 and 85. RGB value is (128,165,133). Sum of RGB (Red+Green+Blue) = 128+165+133=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #80A585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A585 is #7F5A7A. Grayscale: #969696. Windows color (decimal): -8346235 or 8758656. OLE color: 8758656.
HSL color Cylindrical-coordinate representation of color #80A585: hue angle of 128.11º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A585 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 133 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.35 |
| HSL | 128.11º | 0.17% | 0.57% | - |
| HSV(B) | 128.11º | 0.22% | 0.65% | - |
| XYZ | 26.59 | 33.19 | 27.2 | - |
| YUV | 150.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 133 | 0.22 | 0 | 0.19 | 0.35 | 128.11 | 0.17 | 0.57 |
| Hex | 80 | A5 | 85 | 16 | 0 | 13 | 23 | 80 | 11 | 39 |
| Octal | 200 | 245 | 205 | 26 | 0 | 23 | 43 | 200 | 21 | 71 |
| Binary | 10000000 | 10100101 | 10000101 | 10110 | 0 | 10011 | 100011 | 10000000 | 10001 | 111001 |
Color Harmonies of #80A585
Complementary color
Monochromatic Colors of #80A585
Black with #80A585
Text Example
Text Example
White with #80A585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A585; }
p { color: rgb(128,165,133); }
H1.HeaderClassName
{
color: #80A585;
}
.AnyTagClassName
{
color: #80A585;
}
</style>
background-color css
<style>
a { background-color: #80A585; }
a { background-color: rgb(128,165,133); }
div.DivClassName
{
background-color: #80A585;
}
.BgClassName
{
background-color: #80A585;
}
</style>
border-color css
<style>
span { border-color: #80A585; }
span { border-color: rgb(128,165,133); }
td.TdClassName
{
border-color: #80A585;
}
.TagClassName
{
border-color: #80A585;
}
</style>