Shades of Amulet #8B9F78
Tints of Amulet #8B9F78
RGB
CMYK
RGB Variations
Color information
#8B9F78 (or 0x8B9F78) is known color: Amulet. HEX triplet: 8B, 9F and 78. RGB value is (139,159,120). Sum of RGB (Red+Green+Blue) = 139+159+120=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9F78 is #746087. Grayscale: #949494. Windows color (decimal): -7626888 or 7905163. OLE color: 7905163.
HSL color Cylindrical-coordinate representation of color #8B9F78: hue angle of 90.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B9F78 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 159 | 120 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.38 |
| HSL | 90.77º | 0.17% | 0.55% | - |
| HSV(B) | 90.77º | 0.25% | 0.62% | - |
| XYZ | 26.44 | 31.64 | 22.48 | - |
| YUV | 148.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 120 | 0.13 | 0 | 0.25 | 0.38 | 90.77 | 0.17 | 0.55 |
| Hex | 8B | 9F | 78 | D | 0 | 19 | 26 | 5B | 11 | 37 |
| Octal | 213 | 237 | 170 | 15 | 0 | 31 | 46 | 133 | 21 | 67 |
| Binary | 10001011 | 10011111 | 1111000 | 1101 | 0 | 11001 | 100110 | 1011011 | 10001 | 110111 |
Color Harmonies of #8B9F78
Complementary color
Monochromatic Colors of #8B9F78
Black with #8B9F78
Text Example
Text Example
White with #8B9F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9F78; }
p { color: rgb(139,159,120); }
H1.HeaderClassName
{
color: #8B9F78;
}
.AnyTagClassName
{
color: #8B9F78;
}
</style>
background-color css
<style>
a { background-color: #8B9F78; }
a { background-color: rgb(139,159,120); }
div.DivClassName
{
background-color: #8B9F78;
}
.BgClassName
{
background-color: #8B9F78;
}
</style>
border-color css
<style>
span { border-color: #8B9F78; }
span { border-color: rgb(139,159,120); }
td.TdClassName
{
border-color: #8B9F78;
}
.TagClassName
{
border-color: #8B9F78;
}
</style>