Shades of Amulet #8BA678
Tints of Amulet #8BA678
RGB
CMYK
RGB Variations
Color information
#8BA678 (or 0x8BA678) is known color: Amulet. HEX triplet: 8B, A6 and 78. RGB value is (139,166,120). Sum of RGB (Red+Green+Blue) = 139+166+120=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA678 is #745987. Grayscale: #989898. Windows color (decimal): -7625096 or 7906955. OLE color: 7906955.
HSL color Cylindrical-coordinate representation of color #8BA678: hue angle of 95.22º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BA678 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 120 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.35 |
| HSL | 95.22º | 0.21% | 0.56% | - |
| HSV(B) | 95.22º | 0.28% | 0.65% | - |
| XYZ | 27.67 | 34.12 | 22.9 | - |
| YUV | 152.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 120 | 0.16 | 0 | 0.28 | 0.35 | 95.22 | 0.21 | 0.56 |
| Hex | 8B | A6 | 78 | 10 | 0 | 1C | 23 | 5F | 15 | 38 |
| Octal | 213 | 246 | 170 | 20 | 0 | 34 | 43 | 137 | 25 | 70 |
| Binary | 10001011 | 10100110 | 1111000 | 10000 | 0 | 11100 | 100011 | 1011111 | 10101 | 111000 |
Color Harmonies of #8BA678
Complementary color
Monochromatic Colors of #8BA678
Black with #8BA678
Text Example
Text Example
White with #8BA678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA678; }
p { color: rgb(139,166,120); }
H1.HeaderClassName
{
color: #8BA678;
}
.AnyTagClassName
{
color: #8BA678;
}
</style>
background-color css
<style>
a { background-color: #8BA678; }
a { background-color: rgb(139,166,120); }
div.DivClassName
{
background-color: #8BA678;
}
.BgClassName
{
background-color: #8BA678;
}
</style>
border-color css
<style>
span { border-color: #8BA678; }
span { border-color: rgb(139,166,120); }
td.TdClassName
{
border-color: #8BA678;
}
.TagClassName
{
border-color: #8BA678;
}
</style>