Shades of Envy #8BA58D
Tints of Envy #8BA58D
RGB
CMYK
RGB Variations
Color information
#8BA58D (or 0x8BA58D) is known color: Envy. HEX triplet: 8B, A5 and 8D. RGB value is (139,165,141). Sum of RGB (Red+Green+Blue) = 139+165+141=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA58D is #745A72. Grayscale: #9A9A9A. Windows color (decimal): -7625331 or 9282955. OLE color: 9282955.
HSL color Cylindrical-coordinate representation of color #8BA58D: hue angle of 124.62º 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 #8BA58D is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 141 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.35 |
| HSL | 124.62º | 0.13% | 0.6% | - |
| HSV(B) | 124.62º | 0.16% | 0.65% | - |
| XYZ | 28.91 | 34.32 | 30.3 | - |
| YUV | 154.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 141 | 0.16 | 0 | 0.15 | 0.35 | 124.62 | 0.13 | 0.6 |
| Hex | 8B | A5 | 8D | 10 | 0 | F | 23 | 7D | D | 3C |
| Octal | 213 | 245 | 215 | 20 | 0 | 17 | 43 | 175 | 15 | 74 |
| Binary | 10001011 | 10100101 | 10001101 | 10000 | 0 | 1111 | 100011 | 1111101 | 1101 | 111100 |
Color Harmonies of #8BA58D
Complementary color
Monochromatic Colors of #8BA58D
Black with #8BA58D
Text Example
Text Example
White with #8BA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA58D; }
p { color: rgb(139,165,141); }
H1.HeaderClassName
{
color: #8BA58D;
}
.AnyTagClassName
{
color: #8BA58D;
}
</style>
background-color css
<style>
a { background-color: #8BA58D; }
a { background-color: rgb(139,165,141); }
div.DivClassName
{
background-color: #8BA58D;
}
.BgClassName
{
background-color: #8BA58D;
}
</style>
border-color css
<style>
span { border-color: #8BA58D; }
span { border-color: rgb(139,165,141); }
td.TdClassName
{
border-color: #8BA58D;
}
.TagClassName
{
border-color: #8BA58D;
}
</style>