Shades of Amulet #8BA778
Tints of Amulet #8BA778
RGB
CMYK
RGB Variations
Color information
#8BA778 (or 0x8BA778) is known color: Amulet. HEX triplet: 8B, A7 and 78. RGB value is (139,167,120). Sum of RGB (Red+Green+Blue) = 139+167+120=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA778 is #745887. Grayscale: #999999. Windows color (decimal): -7624840 or 7907211. OLE color: 7907211.
HSL color Cylindrical-coordinate representation of color #8BA778: hue angle of 95.74º 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 #8BA778 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 120 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.35 |
| HSL | 95.74º | 0.21% | 0.56% | - |
| HSV(B) | 95.74º | 0.28% | 0.65% | - |
| XYZ | 27.86 | 34.48 | 22.96 | - |
| YUV | 153.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 120 | 0.17 | 0 | 0.28 | 0.35 | 95.74 | 0.21 | 0.56 |
| Hex | 8B | A7 | 78 | 11 | 0 | 1C | 23 | 60 | 15 | 38 |
| Octal | 213 | 247 | 170 | 21 | 0 | 34 | 43 | 140 | 25 | 70 |
| Binary | 10001011 | 10100111 | 1111000 | 10001 | 0 | 11100 | 100011 | 1100000 | 10101 | 111000 |
Color Harmonies of #8BA778
Complementary color
Monochromatic Colors of #8BA778
Black with #8BA778
Text Example
Text Example
White with #8BA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA778; }
p { color: rgb(139,167,120); }
H1.HeaderClassName
{
color: #8BA778;
}
.AnyTagClassName
{
color: #8BA778;
}
</style>
background-color css
<style>
a { background-color: #8BA778; }
a { background-color: rgb(139,167,120); }
div.DivClassName
{
background-color: #8BA778;
}
.BgClassName
{
background-color: #8BA778;
}
</style>
border-color css
<style>
span { border-color: #8BA778; }
span { border-color: rgb(139,167,120); }
td.TdClassName
{
border-color: #8BA778;
}
.TagClassName
{
border-color: #8BA778;
}
</style>