Shades of Amulet #8BAD76
Tints of Amulet #8BAD76
RGB
CMYK
RGB Variations
Color information
#8BAD76 (or 0x8BAD76) is known color: Amulet. HEX triplet: 8B, AD and 76. RGB value is (139,173,118). Sum of RGB (Red+Green+Blue) = 139+173+118=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD76 is #745289. Grayscale: #9C9C9C. Windows color (decimal): -7623306 or 7777675. OLE color: 7777675.
HSL color Cylindrical-coordinate representation of color #8BAD76: hue angle of 97.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BAD76 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 118 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.32 |
| HSL | 97.09º | 0.25% | 0.57% | - |
| HSV(B) | 97.09º | 0.32% | 0.68% | - |
| XYZ | 28.86 | 36.68 | 22.7 | - |
| YUV | 156.56 | 106.24 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 118 | 0.20 | 0 | 0.32 | 0.32 | 97.09 | 0.25 | 0.57 |
| Hex | 8B | AD | 76 | 14 | 0 | 20 | 20 | 61 | 19 | 39 |
| Octal | 213 | 255 | 166 | 24 | 0 | 40 | 40 | 141 | 31 | 71 |
| Binary | 10001011 | 10101101 | 1110110 | 10100 | 0 | 100000 | 100000 | 1100001 | 11001 | 111001 |
Color Harmonies of #8BAD76
Complementary color
Monochromatic Colors of #8BAD76
Black with #8BAD76
Text Example
Text Example
White with #8BAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAD76; }
p { color: rgb(139,173,118); }
H1.HeaderClassName
{
color: #8BAD76;
}
.AnyTagClassName
{
color: #8BAD76;
}
</style>
background-color css
<style>
a { background-color: #8BAD76; }
a { background-color: rgb(139,173,118); }
div.DivClassName
{
background-color: #8BAD76;
}
.BgClassName
{
background-color: #8BAD76;
}
</style>
border-color css
<style>
span { border-color: #8BAD76; }
span { border-color: rgb(139,173,118); }
td.TdClassName
{
border-color: #8BAD76;
}
.TagClassName
{
border-color: #8BAD76;
}
</style>