Shades of Envy #8CAA92
Tints of Envy #8CAA92
RGB
CMYK
RGB Variations
Color information
#8CAA92 (or 0x8CAA92) is known color: Envy. HEX triplet: 8C, AA and 92. RGB value is (140,170,146). Sum of RGB (Red+Green+Blue) = 140+170+146=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA92 is #73556D. Grayscale: #9E9E9E. Windows color (decimal): -7558510 or 9611916. OLE color: 9611916.
HSL color Cylindrical-coordinate representation of color #8CAA92: hue angle of 132º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAA92 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 146 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.33 |
| HSL | 132º | 0.15% | 0.61% | - |
| HSV(B) | 132º | 0.18% | 0.67% | - |
| XYZ | 30.38 | 36.4 | 32.62 | - |
| YUV | 158.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 146 | 0.18 | 0 | 0.14 | 0.33 | 132 | 0.15 | 0.61 |
| Hex | 8C | AA | 92 | 12 | 0 | E | 21 | 84 | F | 3D |
| Octal | 214 | 252 | 222 | 22 | 0 | 16 | 41 | 204 | 17 | 75 |
| Binary | 10001100 | 10101010 | 10010010 | 10010 | 0 | 1110 | 100001 | 10000100 | 1111 | 111101 |
Color Harmonies of #8CAA92
Complementary color
Monochromatic Colors of #8CAA92
Black with #8CAA92
Text Example
Text Example
White with #8CAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA92; }
p { color: rgb(140,170,146); }
H1.HeaderClassName
{
color: #8CAA92;
}
.AnyTagClassName
{
color: #8CAA92;
}
</style>
background-color css
<style>
a { background-color: #8CAA92; }
a { background-color: rgb(140,170,146); }
div.DivClassName
{
background-color: #8CAA92;
}
.BgClassName
{
background-color: #8CAA92;
}
</style>
border-color css
<style>
span { border-color: #8CAA92; }
span { border-color: rgb(140,170,146); }
td.TdClassName
{
border-color: #8CAA92;
}
.TagClassName
{
border-color: #8CAA92;
}
</style>