Shades of Envy #84A788
Tints of Envy #84A788
RGB
CMYK
RGB Variations
Color information
#84A788 (or 0x84A788) is known color: Envy. HEX triplet: 84, A7 and 88. RGB value is (132,167,136). Sum of RGB (Red+Green+Blue) = 132+167+136=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 167 - color contains mainly: green. Hex color #84A788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A788 is #7B5877. Grayscale: #999999. Windows color (decimal): -8083576 or 8955780. OLE color: 8955780.
HSL color Cylindrical-coordinate representation of color #84A788: hue angle of 126.86º 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 #84A788 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 136 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.35 |
| HSL | 126.86º | 0.17% | 0.59% | - |
| HSV(B) | 126.86º | 0.21% | 0.65% | - |
| XYZ | 27.78 | 34.32 | 28.45 | - |
| YUV | 153 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 136 | 0.21 | 0 | 0.19 | 0.35 | 126.86 | 0.17 | 0.59 |
| Hex | 84 | A7 | 88 | 15 | 0 | 13 | 23 | 7F | 11 | 3B |
| Octal | 204 | 247 | 210 | 25 | 0 | 23 | 43 | 177 | 21 | 73 |
| Binary | 10000100 | 10100111 | 10001000 | 10101 | 0 | 10011 | 100011 | 1111111 | 10001 | 111011 |
Color Harmonies of #84A788
Complementary color
Monochromatic Colors of #84A788
Black with #84A788
Text Example
Text Example
White with #84A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A788; }
p { color: rgb(132,167,136); }
H1.HeaderClassName
{
color: #84A788;
}
.AnyTagClassName
{
color: #84A788;
}
</style>
background-color css
<style>
a { background-color: #84A788; }
a { background-color: rgb(132,167,136); }
div.DivClassName
{
background-color: #84A788;
}
.BgClassName
{
background-color: #84A788;
}
</style>
border-color css
<style>
span { border-color: #84A788; }
span { border-color: rgb(132,167,136); }
td.TdClassName
{
border-color: #84A788;
}
.TagClassName
{
border-color: #84A788;
}
</style>