Shades of Amulet #8BA676
Tints of Amulet #8BA676
RGB
CMYK
RGB Variations
Color information
#8BA676 (or 0x8BA676) is known color: Amulet. HEX triplet: 8B, A6 and 76. RGB value is (139,166,118). Sum of RGB (Red+Green+Blue) = 139+166+118=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA676 is #745989. Grayscale: #989898. Windows color (decimal): -7625098 or 7775883. OLE color: 7775883.
HSL color Cylindrical-coordinate representation of color #8BA676: hue angle of 93.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BA676 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 118 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.35 |
| HSL | 93.75º | 0.21% | 0.56% | - |
| HSV(B) | 93.75º | 0.29% | 0.65% | - |
| XYZ | 27.55 | 34.07 | 22.26 | - |
| YUV | 152.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 118 | 0.16 | 0 | 0.29 | 0.35 | 93.75 | 0.21 | 0.56 |
| Hex | 8B | A6 | 76 | 10 | 0 | 1D | 23 | 5E | 15 | 38 |
| Octal | 213 | 246 | 166 | 20 | 0 | 35 | 43 | 136 | 25 | 70 |
| Binary | 10001011 | 10100110 | 1110110 | 10000 | 0 | 11101 | 100011 | 1011110 | 10101 | 111000 |
Color Harmonies of #8BA676
Complementary color
Monochromatic Colors of #8BA676
Black with #8BA676
Text Example
Text Example
White with #8BA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA676; }
p { color: rgb(139,166,118); }
H1.HeaderClassName
{
color: #8BA676;
}
.AnyTagClassName
{
color: #8BA676;
}
</style>
background-color css
<style>
a { background-color: #8BA676; }
a { background-color: rgb(139,166,118); }
div.DivClassName
{
background-color: #8BA676;
}
.BgClassName
{
background-color: #8BA676;
}
</style>
border-color css
<style>
span { border-color: #8BA676; }
span { border-color: rgb(139,166,118); }
td.TdClassName
{
border-color: #8BA676;
}
.TagClassName
{
border-color: #8BA676;
}
</style>