Shades of Envy #84978A
Tints of Envy #84978A
RGB
CMYK
RGB Variations
Color information
#84978A (or 0x84978A) is known color: Envy. HEX triplet: 84, 97 and 8A. RGB value is (132,151,138). Sum of RGB (Red+Green+Blue) = 132+151+138=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #84978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84978A is #7B6875. Grayscale: #8F8F8F. Windows color (decimal): -8087670 or 9082756. OLE color: 9082756.
HSL color Cylindrical-coordinate representation of color #84978A: hue angle of 138.95º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84978A is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 138 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.41 |
| HSL | 138.95º | 0.08% | 0.55% | - |
| HSV(B) | 138.95º | 0.13% | 0.59% | - |
| XYZ | 25.17 | 28.87 | 28.29 | - |
| YUV | 143.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 138 | 0.13 | 0 | 0.09 | 0.41 | 138.95 | 0.08 | 0.55 |
| Hex | 84 | 97 | 8A | D | 0 | 9 | 29 | 8B | 8 | 37 |
| Octal | 204 | 227 | 212 | 15 | 0 | 11 | 51 | 213 | 10 | 67 |
| Binary | 10000100 | 10010111 | 10001010 | 1101 | 0 | 1001 | 101001 | 10001011 | 1000 | 110111 |
Color Harmonies of #84978A
Complementary color
Monochromatic Colors of #84978A
Black with #84978A
Text Example
Text Example
White with #84978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84978A; }
p { color: rgb(132,151,138); }
H1.HeaderClassName
{
color: #84978A;
}
.AnyTagClassName
{
color: #84978A;
}
</style>
background-color css
<style>
a { background-color: #84978A; }
a { background-color: rgb(132,151,138); }
div.DivClassName
{
background-color: #84978A;
}
.BgClassName
{
background-color: #84978A;
}
</style>
border-color css
<style>
span { border-color: #84978A; }
span { border-color: rgb(132,151,138); }
td.TdClassName
{
border-color: #84978A;
}
.TagClassName
{
border-color: #84978A;
}
</style>