Shades of Amulet #8BA47A
Tints of Amulet #8BA47A
RGB
CMYK
RGB Variations
Color information
#8BA47A (or 0x8BA47A) is known color: Amulet. HEX triplet: 8B, A4 and 7A. RGB value is (139,164,122). Sum of RGB (Red+Green+Blue) = 139+164+122=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA47A is #745B85. Grayscale: #979797. Windows color (decimal): -7625606 or 8037515. OLE color: 8037515.
HSL color Cylindrical-coordinate representation of color #8BA47A: hue angle of 95.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA47A is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 122 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.36 |
| HSL | 95.71º | 0.19% | 0.56% | - |
| HSV(B) | 95.71º | 0.26% | 0.64% | - |
| XYZ | 27.44 | 33.45 | 23.42 | - |
| YUV | 151.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 122 | 0.15 | 0 | 0.26 | 0.36 | 95.71 | 0.19 | 0.56 |
| Hex | 8B | A4 | 7A | F | 0 | 1A | 24 | 60 | 13 | 38 |
| Octal | 213 | 244 | 172 | 17 | 0 | 32 | 44 | 140 | 23 | 70 |
| Binary | 10001011 | 10100100 | 1111010 | 1111 | 0 | 11010 | 100100 | 1100000 | 10011 | 111000 |
Color Harmonies of #8BA47A
Complementary color
Monochromatic Colors of #8BA47A
Black with #8BA47A
Text Example
Text Example
White with #8BA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA47A; }
p { color: rgb(139,164,122); }
H1.HeaderClassName
{
color: #8BA47A;
}
.AnyTagClassName
{
color: #8BA47A;
}
</style>
background-color css
<style>
a { background-color: #8BA47A; }
a { background-color: rgb(139,164,122); }
div.DivClassName
{
background-color: #8BA47A;
}
.BgClassName
{
background-color: #8BA47A;
}
</style>
border-color css
<style>
span { border-color: #8BA47A; }
span { border-color: rgb(139,164,122); }
td.TdClassName
{
border-color: #8BA47A;
}
.TagClassName
{
border-color: #8BA47A;
}
</style>