Shades of Envy #84968B
Tints of Envy #84968B
RGB
CMYK
RGB Variations
Color information
#84968B (or 0x84968B) is known color: Envy. HEX triplet: 84, 96 and 8B. RGB value is (132,150,139). Sum of RGB (Red+Green+Blue) = 132+150+139=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #84968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84968B is #7B6974. Grayscale: #8F8F8F. Windows color (decimal): -8087925 or 9148036. OLE color: 9148036.
HSL color Cylindrical-coordinate representation of color #84968B: hue angle of 143.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #84968B is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 139 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.41 |
| HSL | 143.33º | 0.08% | 0.55% | - |
| HSV(B) | 143.33º | 0.12% | 0.59% | - |
| XYZ | 25.08 | 28.58 | 28.62 | - |
| YUV | 143.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 139 | 0.12 | 0 | 0.07 | 0.41 | 143.33 | 0.08 | 0.55 |
| Hex | 84 | 96 | 8B | C | 0 | 7 | 29 | 8F | 8 | 37 |
| Octal | 204 | 226 | 213 | 14 | 0 | 7 | 51 | 217 | 10 | 67 |
| Binary | 10000100 | 10010110 | 10001011 | 1100 | 0 | 111 | 101001 | 10001111 | 1000 | 110111 |
Color Harmonies of #84968B
Complementary color
Monochromatic Colors of #84968B
Black with #84968B
Text Example
Text Example
White with #84968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84968B; }
p { color: rgb(132,150,139); }
H1.HeaderClassName
{
color: #84968B;
}
.AnyTagClassName
{
color: #84968B;
}
</style>
background-color css
<style>
a { background-color: #84968B; }
a { background-color: rgb(132,150,139); }
div.DivClassName
{
background-color: #84968B;
}
.BgClassName
{
background-color: #84968B;
}
</style>
border-color css
<style>
span { border-color: #84968B; }
span { border-color: rgb(132,150,139); }
td.TdClassName
{
border-color: #84968B;
}
.TagClassName
{
border-color: #84968B;
}
</style>