Shades of Envy #84A784
Tints of Envy #84A784
RGB
CMYK
RGB Variations
Color information
#84A784 (or 0x84A784) is known color: Envy. HEX triplet: 84, A7 and 84. RGB value is (132,167,132). Sum of RGB (Red+Green+Blue) = 132+167+132=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #84A784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A784 is #7B587B. Grayscale: #989898. Windows color (decimal): -8083580 or 8693636. OLE color: 8693636.
HSL color Cylindrical-coordinate representation of color #84A784: hue angle of 120º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A784 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 132 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.35 |
| HSL | 120º | 0.17% | 0.59% | - |
| HSV(B) | 120º | 0.21% | 0.65% | - |
| XYZ | 27.5 | 34.21 | 26.98 | - |
| YUV | 152.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 132 | 0.21 | 0 | 0.21 | 0.35 | 120 | 0.17 | 0.59 |
| Hex | 84 | A7 | 84 | 15 | 0 | 15 | 23 | 78 | 11 | 3B |
| Octal | 204 | 247 | 204 | 25 | 0 | 25 | 43 | 170 | 21 | 73 |
| Binary | 10000100 | 10100111 | 10000100 | 10101 | 0 | 10101 | 100011 | 1111000 | 10001 | 111011 |
Color Harmonies of #84A784
Complementary color
Monochromatic Colors of #84A784
Black with #84A784
Text Example
Text Example
White with #84A784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A784; }
p { color: rgb(132,167,132); }
H1.HeaderClassName
{
color: #84A784;
}
.AnyTagClassName
{
color: #84A784;
}
</style>
background-color css
<style>
a { background-color: #84A784; }
a { background-color: rgb(132,167,132); }
div.DivClassName
{
background-color: #84A784;
}
.BgClassName
{
background-color: #84A784;
}
</style>
border-color css
<style>
span { border-color: #84A784; }
span { border-color: rgb(132,167,132); }
td.TdClassName
{
border-color: #84A784;
}
.TagClassName
{
border-color: #84A784;
}
</style>