Shades of Envy #8CAC92
Tints of Envy #8CAC92
RGB
CMYK
RGB Variations
Color information
#8CAC92 (or 0x8CAC92) is known color: Envy. HEX triplet: 8C, AC and 92. RGB value is (140,172,146). Sum of RGB (Red+Green+Blue) = 140+172+146=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC92 is #73536D. Grayscale: #9F9F9F. Windows color (decimal): -7557998 or 9612428. OLE color: 9612428.
HSL color Cylindrical-coordinate representation of color #8CAC92: hue angle of 131.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CAC92 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 146 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.33 |
| HSL | 131.25º | 0.16% | 0.61% | - |
| HSV(B) | 131.25º | 0.19% | 0.67% | - |
| XYZ | 30.76 | 37.16 | 32.74 | - |
| YUV | 159.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 146 | 0.19 | 0 | 0.15 | 0.33 | 131.25 | 0.16 | 0.61 |
| Hex | 8C | AC | 92 | 13 | 0 | F | 21 | 83 | 10 | 3D |
| Octal | 214 | 254 | 222 | 23 | 0 | 17 | 41 | 203 | 20 | 75 |
| Binary | 10001100 | 10101100 | 10010010 | 10011 | 0 | 1111 | 100001 | 10000011 | 10000 | 111101 |
Color Harmonies of #8CAC92
Complementary color
Monochromatic Colors of #8CAC92
Black with #8CAC92
Text Example
Text Example
White with #8CAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC92; }
p { color: rgb(140,172,146); }
H1.HeaderClassName
{
color: #8CAC92;
}
.AnyTagClassName
{
color: #8CAC92;
}
</style>
background-color css
<style>
a { background-color: #8CAC92; }
a { background-color: rgb(140,172,146); }
div.DivClassName
{
background-color: #8CAC92;
}
.BgClassName
{
background-color: #8CAC92;
}
</style>
border-color css
<style>
span { border-color: #8CAC92; }
span { border-color: rgb(140,172,146); }
td.TdClassName
{
border-color: #8CAC92;
}
.TagClassName
{
border-color: #8CAC92;
}
</style>