Shades of Amulet #8BA075
Tints of Amulet #8BA075
RGB
CMYK
RGB Variations
Color information
#8BA075 (or 0x8BA075) is known color: Amulet. HEX triplet: 8B, A0 and 75. RGB value is (139,160,117). Sum of RGB (Red+Green+Blue) = 139+160+117=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA075 is #745F8A. Grayscale: #949494. Windows color (decimal): -7626635 or 7708811. OLE color: 7708811.
HSL color Cylindrical-coordinate representation of color #8BA075: hue angle of 89.3º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA075 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 117 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.37 |
| HSL | 89.3º | 0.18% | 0.54% | - |
| HSV(B) | 89.3º | 0.27% | 0.63% | - |
| XYZ | 26.43 | 31.91 | 21.6 | - |
| YUV | 148.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 117 | 0.13 | 0 | 0.27 | 0.37 | 89.3 | 0.18 | 0.54 |
| Hex | 8B | A0 | 75 | D | 0 | 1B | 25 | 59 | 12 | 36 |
| Octal | 213 | 240 | 165 | 15 | 0 | 33 | 45 | 131 | 22 | 66 |
| Binary | 10001011 | 10100000 | 1110101 | 1101 | 0 | 11011 | 100101 | 1011001 | 10010 | 110110 |
Color Harmonies of #8BA075
Complementary color
Monochromatic Colors of #8BA075
Black with #8BA075
Text Example
Text Example
White with #8BA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA075; }
p { color: rgb(139,160,117); }
H1.HeaderClassName
{
color: #8BA075;
}
.AnyTagClassName
{
color: #8BA075;
}
</style>
background-color css
<style>
a { background-color: #8BA075; }
a { background-color: rgb(139,160,117); }
div.DivClassName
{
background-color: #8BA075;
}
.BgClassName
{
background-color: #8BA075;
}
</style>
border-color css
<style>
span { border-color: #8BA075; }
span { border-color: rgb(139,160,117); }
td.TdClassName
{
border-color: #8BA075;
}
.TagClassName
{
border-color: #8BA075;
}
</style>