Shades of Envy #84AA8B
Tints of Envy #84AA8B
RGB
CMYK
RGB Variations
Color information
#84AA8B (or 0x84AA8B) is known color: Envy. HEX triplet: 84, AA and 8B. RGB value is (132,170,139). Sum of RGB (Red+Green+Blue) = 132+170+139=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AA8B is #7B5574. Grayscale: #9B9B9B. Windows color (decimal): -8082805 or 9153156. OLE color: 9153156.
HSL color Cylindrical-coordinate representation of color #84AA8B: hue angle of 131.05º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84AA8B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 139 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.33 |
| HSL | 131.05º | 0.18% | 0.59% | - |
| HSV(B) | 131.05º | 0.22% | 0.67% | - |
| XYZ | 28.55 | 35.52 | 29.78 | - |
| YUV | 155.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 139 | 0.22 | 0 | 0.18 | 0.33 | 131.05 | 0.18 | 0.59 |
| Hex | 84 | AA | 8B | 16 | 0 | 12 | 21 | 83 | 12 | 3B |
| Octal | 204 | 252 | 213 | 26 | 0 | 22 | 41 | 203 | 22 | 73 |
| Binary | 10000100 | 10101010 | 10001011 | 10110 | 0 | 10010 | 100001 | 10000011 | 10010 | 111011 |
Color Harmonies of #84AA8B
Complementary color
Monochromatic Colors of #84AA8B
Black with #84AA8B
Text Example
Text Example
White with #84AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA8B; }
p { color: rgb(132,170,139); }
H1.HeaderClassName
{
color: #84AA8B;
}
.AnyTagClassName
{
color: #84AA8B;
}
</style>
background-color css
<style>
a { background-color: #84AA8B; }
a { background-color: rgb(132,170,139); }
div.DivClassName
{
background-color: #84AA8B;
}
.BgClassName
{
background-color: #84AA8B;
}
</style>
border-color css
<style>
span { border-color: #84AA8B; }
span { border-color: rgb(132,170,139); }
td.TdClassName
{
border-color: #84AA8B;
}
.TagClassName
{
border-color: #84AA8B;
}
</style>