Shades of Amulet #8BAA78
Tints of Amulet #8BAA78
RGB
CMYK
RGB Variations
Color information
#8BAA78 (or 0x8BAA78) is known color: Amulet. HEX triplet: 8B, AA and 78. RGB value is (139,170,120). Sum of RGB (Red+Green+Blue) = 139+170+120=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA78 is #745587. Grayscale: #9B9B9B. Windows color (decimal): -7624072 or 7907979. OLE color: 7907979.
HSL color Cylindrical-coordinate representation of color #8BAA78: hue angle of 97.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BAA78 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 170 | 120 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.33 |
| HSL | 97.2º | 0.23% | 0.57% | - |
| HSV(B) | 97.2º | 0.29% | 0.67% | - |
| XYZ | 28.41 | 35.59 | 23.14 | - |
| YUV | 155.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 120 | 0.18 | 0 | 0.29 | 0.33 | 97.2 | 0.23 | 0.57 |
| Hex | 8B | AA | 78 | 12 | 0 | 1D | 21 | 61 | 17 | 39 |
| Octal | 213 | 252 | 170 | 22 | 0 | 35 | 41 | 141 | 27 | 71 |
| Binary | 10001011 | 10101010 | 1111000 | 10010 | 0 | 11101 | 100001 | 1100001 | 10111 | 111001 |
Color Harmonies of #8BAA78
Complementary color
Monochromatic Colors of #8BAA78
Black with #8BAA78
Text Example
Text Example
White with #8BAA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAA78; }
p { color: rgb(139,170,120); }
H1.HeaderClassName
{
color: #8BAA78;
}
.AnyTagClassName
{
color: #8BAA78;
}
</style>
background-color css
<style>
a { background-color: #8BAA78; }
a { background-color: rgb(139,170,120); }
div.DivClassName
{
background-color: #8BAA78;
}
.BgClassName
{
background-color: #8BAA78;
}
</style>
border-color css
<style>
span { border-color: #8BAA78; }
span { border-color: rgb(139,170,120); }
td.TdClassName
{
border-color: #8BAA78;
}
.TagClassName
{
border-color: #8BAA78;
}
</style>