Shades of Envy #8BA58F
Tints of Envy #8BA58F
RGB
CMYK
RGB Variations
Color information
#8BA58F (or 0x8BA58F) is known color: Envy. HEX triplet: 8B, A5 and 8F. RGB value is (139,165,143). Sum of RGB (Red+Green+Blue) = 139+165+143=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA58F is #745A70. Grayscale: #9A9A9A. Windows color (decimal): -7625329 or 9414027. OLE color: 9414027.
HSL color Cylindrical-coordinate representation of color #8BA58F: hue angle of 129.23º 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 #8BA58F is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 143 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.35 |
| HSL | 129.23º | 0.13% | 0.6% | - |
| HSV(B) | 129.23º | 0.16% | 0.65% | - |
| XYZ | 29.06 | 34.38 | 31.09 | - |
| YUV | 154.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 143 | 0.16 | 0 | 0.13 | 0.35 | 129.23 | 0.13 | 0.6 |
| Hex | 8B | A5 | 8F | 10 | 0 | D | 23 | 81 | D | 3C |
| Octal | 213 | 245 | 217 | 20 | 0 | 15 | 43 | 201 | 15 | 74 |
| Binary | 10001011 | 10100101 | 10001111 | 10000 | 0 | 1101 | 100011 | 10000001 | 1101 | 111100 |
Color Harmonies of #8BA58F
Complementary color
Monochromatic Colors of #8BA58F
Black with #8BA58F
Text Example
Text Example
White with #8BA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA58F; }
p { color: rgb(139,165,143); }
H1.HeaderClassName
{
color: #8BA58F;
}
.AnyTagClassName
{
color: #8BA58F;
}
</style>
background-color css
<style>
a { background-color: #8BA58F; }
a { background-color: rgb(139,165,143); }
div.DivClassName
{
background-color: #8BA58F;
}
.BgClassName
{
background-color: #8BA58F;
}
</style>
border-color css
<style>
span { border-color: #8BA58F; }
span { border-color: rgb(139,165,143); }
td.TdClassName
{
border-color: #8BA58F;
}
.TagClassName
{
border-color: #8BA58F;
}
</style>