Shades of Amulet #8BA47D
Tints of Amulet #8BA47D
RGB
CMYK
RGB Variations
Color information
#8BA47D (or 0x8BA47D) is known color: Amulet. HEX triplet: 8B, A4 and 7D. RGB value is (139,164,125). Sum of RGB (Red+Green+Blue) = 139+164+125=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA47D is #745B82. Grayscale: #989898. Windows color (decimal): -7625603 or 8234123. OLE color: 8234123.
HSL color Cylindrical-coordinate representation of color #8BA47D: hue angle of 98.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BA47D is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 125 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.36 |
| HSL | 98.46º | 0.18% | 0.57% | - |
| HSV(B) | 98.46º | 0.24% | 0.64% | - |
| XYZ | 27.62 | 33.52 | 24.42 | - |
| YUV | 152.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 125 | 0.15 | 0 | 0.24 | 0.36 | 98.46 | 0.18 | 0.57 |
| Hex | 8B | A4 | 7D | F | 0 | 18 | 24 | 62 | 12 | 39 |
| Octal | 213 | 244 | 175 | 17 | 0 | 30 | 44 | 142 | 22 | 71 |
| Binary | 10001011 | 10100100 | 1111101 | 1111 | 0 | 11000 | 100100 | 1100010 | 10010 | 111001 |
Color Harmonies of #8BA47D
Complementary color
Monochromatic Colors of #8BA47D
Black with #8BA47D
Text Example
Text Example
White with #8BA47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA47D; }
p { color: rgb(139,164,125); }
H1.HeaderClassName
{
color: #8BA47D;
}
.AnyTagClassName
{
color: #8BA47D;
}
</style>
background-color css
<style>
a { background-color: #8BA47D; }
a { background-color: rgb(139,164,125); }
div.DivClassName
{
background-color: #8BA47D;
}
.BgClassName
{
background-color: #8BA47D;
}
</style>
border-color css
<style>
span { border-color: #8BA47D; }
span { border-color: rgb(139,164,125); }
td.TdClassName
{
border-color: #8BA47D;
}
.TagClassName
{
border-color: #8BA47D;
}
</style>