Shades of Envy #8CAC8C
Tints of Envy #8CAC8C
RGB
CMYK
RGB Variations
Color information
#8CAC8C (or 0x8CAC8C) is known color: Envy. HEX triplet: 8C, AC and 8C. RGB value is (140,172,140). Sum of RGB (Red+Green+Blue) = 140+172+140=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC8C is #735373. Grayscale: #9E9E9E. Windows color (decimal): -7558004 or 9219212. OLE color: 9219212.
HSL color Cylindrical-coordinate representation of color #8CAC8C: hue angle of 120º 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 #8CAC8C is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 140 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.33 |
| HSL | 120º | 0.16% | 0.61% | - |
| HSV(B) | 120º | 0.19% | 0.67% | - |
| XYZ | 30.3 | 36.97 | 30.35 | - |
| YUV | 158.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 140 | 0.19 | 0 | 0.19 | 0.33 | 120 | 0.16 | 0.61 |
| Hex | 8C | AC | 8C | 13 | 0 | 13 | 21 | 78 | 10 | 3D |
| Octal | 214 | 254 | 214 | 23 | 0 | 23 | 41 | 170 | 20 | 75 |
| Binary | 10001100 | 10101100 | 10001100 | 10011 | 0 | 10011 | 100001 | 1111000 | 10000 | 111101 |
Color Harmonies of #8CAC8C
Complementary color
Monochromatic Colors of #8CAC8C
Black with #8CAC8C
Text Example
Text Example
White with #8CAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC8C; }
p { color: rgb(140,172,140); }
H1.HeaderClassName
{
color: #8CAC8C;
}
.AnyTagClassName
{
color: #8CAC8C;
}
</style>
background-color css
<style>
a { background-color: #8CAC8C; }
a { background-color: rgb(140,172,140); }
div.DivClassName
{
background-color: #8CAC8C;
}
.BgClassName
{
background-color: #8CAC8C;
}
</style>
border-color css
<style>
span { border-color: #8CAC8C; }
span { border-color: rgb(140,172,140); }
td.TdClassName
{
border-color: #8CAC8C;
}
.TagClassName
{
border-color: #8CAC8C;
}
</style>