Shades of Amulet #8B9A7D
Tints of Amulet #8B9A7D
RGB
CMYK
RGB Variations
Color information
#8B9A7D (or 0x8B9A7D) is known color: Amulet. HEX triplet: 8B, 9A and 7D. RGB value is (139,154,125). Sum of RGB (Red+Green+Blue) = 139+154+125=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9A7D is #746582. Grayscale: #929292. Windows color (decimal): -7628163 or 8231563. OLE color: 8231563.
HSL color Cylindrical-coordinate representation of color #8B9A7D: hue angle of 91.03º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B9A7D is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 154 | 125 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.40 |
| HSL | 91.03º | 0.13% | 0.55% | - |
| HSV(B) | 91.03º | 0.19% | 0.6% | - |
| XYZ | 25.9 | 30.08 | 23.84 | - |
| YUV | 146.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 125 | 0.10 | 0 | 0.19 | 0.40 | 91.03 | 0.13 | 0.55 |
| Hex | 8B | 9A | 7D | A | 0 | 13 | 28 | 5B | D | 37 |
| Octal | 213 | 232 | 175 | 12 | 0 | 23 | 50 | 133 | 15 | 67 |
| Binary | 10001011 | 10011010 | 1111101 | 1010 | 0 | 10011 | 101000 | 1011011 | 1101 | 110111 |
Color Harmonies of #8B9A7D
Complementary color
Monochromatic Colors of #8B9A7D
Black with #8B9A7D
Text Example
Text Example
White with #8B9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9A7D; }
p { color: rgb(139,154,125); }
H1.HeaderClassName
{
color: #8B9A7D;
}
.AnyTagClassName
{
color: #8B9A7D;
}
</style>
background-color css
<style>
a { background-color: #8B9A7D; }
a { background-color: rgb(139,154,125); }
div.DivClassName
{
background-color: #8B9A7D;
}
.BgClassName
{
background-color: #8B9A7D;
}
</style>
border-color css
<style>
span { border-color: #8B9A7D; }
span { border-color: rgb(139,154,125); }
td.TdClassName
{
border-color: #8B9A7D;
}
.TagClassName
{
border-color: #8B9A7D;
}
</style>