Shades of Amulet #8BA77E
Tints of Amulet #8BA77E
RGB
CMYK
RGB Variations
Color information
#8BA77E (or 0x8BA77E) is known color: Amulet. HEX triplet: 8B, A7 and 7E. RGB value is (139,167,126). Sum of RGB (Red+Green+Blue) = 139+167+126=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA77E is #745881. Grayscale: #9A9A9A. Windows color (decimal): -7624834 or 8300427. OLE color: 8300427.
HSL color Cylindrical-coordinate representation of color #8BA77E: hue angle of 100.98º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BA77E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 126 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.35 |
| HSL | 100.98º | 0.19% | 0.57% | - |
| HSV(B) | 100.98º | 0.25% | 0.65% | - |
| XYZ | 28.23 | 34.63 | 24.94 | - |
| YUV | 153.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 126 | 0.17 | 0 | 0.25 | 0.35 | 100.98 | 0.19 | 0.57 |
| Hex | 8B | A7 | 7E | 11 | 0 | 19 | 23 | 65 | 13 | 39 |
| Octal | 213 | 247 | 176 | 21 | 0 | 31 | 43 | 145 | 23 | 71 |
| Binary | 10001011 | 10100111 | 1111110 | 10001 | 0 | 11001 | 100011 | 1100101 | 10011 | 111001 |
Color Harmonies of #8BA77E
Complementary color
Monochromatic Colors of #8BA77E
Black with #8BA77E
Text Example
Text Example
White with #8BA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA77E; }
p { color: rgb(139,167,126); }
H1.HeaderClassName
{
color: #8BA77E;
}
.AnyTagClassName
{
color: #8BA77E;
}
</style>
background-color css
<style>
a { background-color: #8BA77E; }
a { background-color: rgb(139,167,126); }
div.DivClassName
{
background-color: #8BA77E;
}
.BgClassName
{
background-color: #8BA77E;
}
</style>
border-color css
<style>
span { border-color: #8BA77E; }
span { border-color: rgb(139,167,126); }
td.TdClassName
{
border-color: #8BA77E;
}
.TagClassName
{
border-color: #8BA77E;
}
</style>