Shades of Envy #82978A
Tints of Envy #82978A
RGB
CMYK
RGB Variations
Color information
#82978A (or 0x82978A) is known color: Envy. HEX triplet: 82, 97 and 8A. RGB value is (130,151,138). Sum of RGB (Red+Green+Blue) = 130+151+138=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #82978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82978A is #7D6875. Grayscale: #8F8F8F. Windows color (decimal): -8218742 or 9082754. OLE color: 9082754.
HSL color Cylindrical-coordinate representation of color #82978A: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #82978A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 151 | 138 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.41 |
| HSL | 142.86º | 0.09% | 0.55% | - |
| HSV(B) | 142.86º | 0.14% | 0.59% | - |
| XYZ | 24.86 | 28.71 | 28.28 | - |
| YUV | 143.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 138 | 0.14 | 0 | 0.09 | 0.41 | 142.86 | 0.09 | 0.55 |
| Hex | 82 | 97 | 8A | E | 0 | 9 | 29 | 8F | 9 | 37 |
| Octal | 202 | 227 | 212 | 16 | 0 | 11 | 51 | 217 | 11 | 67 |
| Binary | 10000010 | 10010111 | 10001010 | 1110 | 0 | 1001 | 101001 | 10001111 | 1001 | 110111 |
Color Harmonies of #82978A
Complementary color
Monochromatic Colors of #82978A
Black with #82978A
Text Example
Text Example
White with #82978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82978A; }
p { color: rgb(130,151,138); }
H1.HeaderClassName
{
color: #82978A;
}
.AnyTagClassName
{
color: #82978A;
}
</style>
background-color css
<style>
a { background-color: #82978A; }
a { background-color: rgb(130,151,138); }
div.DivClassName
{
background-color: #82978A;
}
.BgClassName
{
background-color: #82978A;
}
</style>
border-color css
<style>
span { border-color: #82978A; }
span { border-color: rgb(130,151,138); }
td.TdClassName
{
border-color: #82978A;
}
.TagClassName
{
border-color: #82978A;
}
</style>