Shades of Envy #8CAB93
Tints of Envy #8CAB93
RGB
CMYK
RGB Variations
Color information
#8CAB93 (or 0x8CAB93) is known color: Envy. HEX triplet: 8C, AB and 93. RGB value is (140,171,147). Sum of RGB (Red+Green+Blue) = 140+171+147=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB93 is #73546C. Grayscale: #9F9F9F. Windows color (decimal): -7558253 or 9677708. OLE color: 9677708.
HSL color Cylindrical-coordinate representation of color #8CAB93: hue angle of 133.55º degrees, saturation: 0.16, 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 #8CAB93 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 147 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.33 |
| HSL | 133.55º | 0.16% | 0.61% | - |
| HSV(B) | 133.55º | 0.18% | 0.67% | - |
| XYZ | 30.64 | 36.81 | 33.09 | - |
| YUV | 159 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 147 | 0.18 | 0 | 0.14 | 0.33 | 133.55 | 0.16 | 0.61 |
| Hex | 8C | AB | 93 | 12 | 0 | E | 21 | 86 | 10 | 3D |
| Octal | 214 | 253 | 223 | 22 | 0 | 16 | 41 | 206 | 20 | 75 |
| Binary | 10001100 | 10101011 | 10010011 | 10010 | 0 | 1110 | 100001 | 10000110 | 10000 | 111101 |
Color Harmonies of #8CAB93
Complementary color
Monochromatic Colors of #8CAB93
Black with #8CAB93
Text Example
Text Example
White with #8CAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB93; }
p { color: rgb(140,171,147); }
H1.HeaderClassName
{
color: #8CAB93;
}
.AnyTagClassName
{
color: #8CAB93;
}
</style>
background-color css
<style>
a { background-color: #8CAB93; }
a { background-color: rgb(140,171,147); }
div.DivClassName
{
background-color: #8CAB93;
}
.BgClassName
{
background-color: #8CAB93;
}
</style>
border-color css
<style>
span { border-color: #8CAB93; }
span { border-color: rgb(140,171,147); }
td.TdClassName
{
border-color: #8CAB93;
}
.TagClassName
{
border-color: #8CAB93;
}
</style>