Shades of Amulet #8BA378
Tints of Amulet #8BA378
RGB
CMYK
RGB Variations
Color information
#8BA378 (or 0x8BA378) is known color: Amulet. HEX triplet: 8B, A3 and 78. RGB value is (139,163,120). Sum of RGB (Red+Green+Blue) = 139+163+120=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA378 is #745C87. Grayscale: #979797. Windows color (decimal): -7625864 or 7906187. OLE color: 7906187.
HSL color Cylindrical-coordinate representation of color #8BA378: hue angle of 93.49º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA378 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 120 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.36 |
| HSL | 93.49º | 0.19% | 0.55% | - |
| HSV(B) | 93.49º | 0.26% | 0.64% | - |
| XYZ | 27.13 | 33.04 | 22.72 | - |
| YUV | 150.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 120 | 0.15 | 0 | 0.26 | 0.36 | 93.49 | 0.19 | 0.55 |
| Hex | 8B | A3 | 78 | F | 0 | 1A | 24 | 5D | 13 | 37 |
| Octal | 213 | 243 | 170 | 17 | 0 | 32 | 44 | 135 | 23 | 67 |
| Binary | 10001011 | 10100011 | 1111000 | 1111 | 0 | 11010 | 100100 | 1011101 | 10011 | 110111 |
Color Harmonies of #8BA378
Complementary color
Monochromatic Colors of #8BA378
Black with #8BA378
Text Example
Text Example
White with #8BA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA378; }
p { color: rgb(139,163,120); }
H1.HeaderClassName
{
color: #8BA378;
}
.AnyTagClassName
{
color: #8BA378;
}
</style>
background-color css
<style>
a { background-color: #8BA378; }
a { background-color: rgb(139,163,120); }
div.DivClassName
{
background-color: #8BA378;
}
.BgClassName
{
background-color: #8BA378;
}
</style>
border-color css
<style>
span { border-color: #8BA378; }
span { border-color: rgb(139,163,120); }
td.TdClassName
{
border-color: #8BA378;
}
.TagClassName
{
border-color: #8BA378;
}
</style>