Shades of Envy #8BA693
Tints of Envy #8BA693
RGB
CMYK
RGB Variations
Color information
#8BA693 (or 0x8BA693) is known color: Envy. HEX triplet: 8B, A6 and 93. RGB value is (139,166,147). Sum of RGB (Red+Green+Blue) = 139+166+147=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA693 is #74596C. Grayscale: #9B9B9B. Windows color (decimal): -7625069 or 9676427. OLE color: 9676427.
HSL color Cylindrical-coordinate representation of color #8BA693: hue angle of 137.78º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA693 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 147 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.35 |
| HSL | 137.78º | 0.13% | 0.6% | - |
| HSV(B) | 137.78º | 0.16% | 0.65% | - |
| XYZ | 29.55 | 34.87 | 32.78 | - |
| YUV | 155.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 147 | 0.16 | 0 | 0.11 | 0.35 | 137.78 | 0.13 | 0.6 |
| Hex | 8B | A6 | 93 | 10 | 0 | B | 23 | 8A | D | 3C |
| Octal | 213 | 246 | 223 | 20 | 0 | 13 | 43 | 212 | 15 | 74 |
| Binary | 10001011 | 10100110 | 10010011 | 10000 | 0 | 1011 | 100011 | 10001010 | 1101 | 111100 |
Color Harmonies of #8BA693
Complementary color
Monochromatic Colors of #8BA693
Black with #8BA693
Text Example
Text Example
White with #8BA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA693; }
p { color: rgb(139,166,147); }
H1.HeaderClassName
{
color: #8BA693;
}
.AnyTagClassName
{
color: #8BA693;
}
</style>
background-color css
<style>
a { background-color: #8BA693; }
a { background-color: rgb(139,166,147); }
div.DivClassName
{
background-color: #8BA693;
}
.BgClassName
{
background-color: #8BA693;
}
</style>
border-color css
<style>
span { border-color: #8BA693; }
span { border-color: rgb(139,166,147); }
td.TdClassName
{
border-color: #8BA693;
}
.TagClassName
{
border-color: #8BA693;
}
</style>