Shades of Amulet #8BAF77
Tints of Amulet #8BAF77
RGB
CMYK
RGB Variations
Color information
#8BAF77 (or 0x8BAF77) is known color: Amulet. HEX triplet: 8B, AF and 77. RGB value is (139,175,119). Sum of RGB (Red+Green+Blue) = 139+175+119=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF77 is #745088. Grayscale: #9E9E9E. Windows color (decimal): -7622793 or 7843723. OLE color: 7843723.
HSL color Cylindrical-coordinate representation of color #8BAF77: hue angle of 98.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BAF77 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 119 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.31 |
| HSL | 98.57º | 0.26% | 0.58% | - |
| HSV(B) | 98.57º | 0.32% | 0.69% | - |
| XYZ | 29.31 | 37.48 | 23.14 | - |
| YUV | 157.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 119 | 0.21 | 0 | 0.32 | 0.31 | 98.57 | 0.26 | 0.58 |
| Hex | 8B | AF | 77 | 15 | 0 | 20 | 1F | 63 | 1A | 3A |
| Octal | 213 | 257 | 167 | 25 | 0 | 40 | 37 | 143 | 32 | 72 |
| Binary | 10001011 | 10101111 | 1110111 | 10101 | 0 | 100000 | 11111 | 1100011 | 11010 | 111010 |
Color Harmonies of #8BAF77
Complementary color
Monochromatic Colors of #8BAF77
Black with #8BAF77
Text Example
Text Example
White with #8BAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF77; }
p { color: rgb(139,175,119); }
H1.HeaderClassName
{
color: #8BAF77;
}
.AnyTagClassName
{
color: #8BAF77;
}
</style>
background-color css
<style>
a { background-color: #8BAF77; }
a { background-color: rgb(139,175,119); }
div.DivClassName
{
background-color: #8BAF77;
}
.BgClassName
{
background-color: #8BAF77;
}
</style>
border-color css
<style>
span { border-color: #8BAF77; }
span { border-color: rgb(139,175,119); }
td.TdClassName
{
border-color: #8BAF77;
}
.TagClassName
{
border-color: #8BAF77;
}
</style>