Shades of Amulet #8BA673
Tints of Amulet #8BA673
RGB
CMYK
RGB Variations
Color information
#8BA673 (or 0x8BA673) is known color: Amulet. HEX triplet: 8B, A6 and 73. RGB value is (139,166,115). Sum of RGB (Red+Green+Blue) = 139+166+115=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA673 is #74598C. Grayscale: #989898. Windows color (decimal): -7625101 or 7579275. OLE color: 7579275.
HSL color Cylindrical-coordinate representation of color #8BA673: hue angle of 91.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA673 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 115 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.35 |
| HSL | 91.76º | 0.22% | 0.55% | - |
| HSV(B) | 91.76º | 0.31% | 0.65% | - |
| XYZ | 27.38 | 34 | 21.34 | - |
| YUV | 152.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 115 | 0.16 | 0 | 0.31 | 0.35 | 91.76 | 0.22 | 0.55 |
| Hex | 8B | A6 | 73 | 10 | 0 | 1F | 23 | 5C | 16 | 37 |
| Octal | 213 | 246 | 163 | 20 | 0 | 37 | 43 | 134 | 26 | 67 |
| Binary | 10001011 | 10100110 | 1110011 | 10000 | 0 | 11111 | 100011 | 1011100 | 10110 | 110111 |
Color Harmonies of #8BA673
Complementary color
Monochromatic Colors of #8BA673
Black with #8BA673
Text Example
Text Example
White with #8BA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA673; }
p { color: rgb(139,166,115); }
H1.HeaderClassName
{
color: #8BA673;
}
.AnyTagClassName
{
color: #8BA673;
}
</style>
background-color css
<style>
a { background-color: #8BA673; }
a { background-color: rgb(139,166,115); }
div.DivClassName
{
background-color: #8BA673;
}
.BgClassName
{
background-color: #8BA673;
}
</style>
border-color css
<style>
span { border-color: #8BA673; }
span { border-color: rgb(139,166,115); }
td.TdClassName
{
border-color: #8BA673;
}
.TagClassName
{
border-color: #8BA673;
}
</style>