Shades of Amulet #8BAD7D
Tints of Amulet #8BAD7D
RGB
CMYK
RGB Variations
Color information
#8BAD7D (or 0x8BAD7D) is known color: Amulet. HEX triplet: 8B, AD and 7D. RGB value is (139,173,125). Sum of RGB (Red+Green+Blue) = 139+173+125=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD7D is #745282. Grayscale: #9D9D9D. Windows color (decimal): -7623299 or 8236427. OLE color: 8236427.
HSL color Cylindrical-coordinate representation of color #8BAD7D: hue angle of 102.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BAD7D is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 125 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.32 |
| HSL | 102.5º | 0.23% | 0.58% | - |
| HSV(B) | 102.5º | 0.28% | 0.68% | - |
| XYZ | 29.29 | 36.86 | 24.97 | - |
| YUV | 157.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 125 | 0.20 | 0 | 0.28 | 0.32 | 102.5 | 0.23 | 0.58 |
| Hex | 8B | AD | 7D | 14 | 0 | 1C | 20 | 66 | 17 | 3A |
| Octal | 213 | 255 | 175 | 24 | 0 | 34 | 40 | 146 | 27 | 72 |
| Binary | 10001011 | 10101101 | 1111101 | 10100 | 0 | 11100 | 100000 | 1100110 | 10111 | 111010 |
Color Harmonies of #8BAD7D
Complementary color
Monochromatic Colors of #8BAD7D
Black with #8BAD7D
Text Example
Text Example
White with #8BAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAD7D; }
p { color: rgb(139,173,125); }
H1.HeaderClassName
{
color: #8BAD7D;
}
.AnyTagClassName
{
color: #8BAD7D;
}
</style>
background-color css
<style>
a { background-color: #8BAD7D; }
a { background-color: rgb(139,173,125); }
div.DivClassName
{
background-color: #8BAD7D;
}
.BgClassName
{
background-color: #8BAD7D;
}
</style>
border-color css
<style>
span { border-color: #8BAD7D; }
span { border-color: rgb(139,173,125); }
td.TdClassName
{
border-color: #8BAD7D;
}
.TagClassName
{
border-color: #8BAD7D;
}
</style>