Shades of Amulet #8BA17A
Tints of Amulet #8BA17A
RGB
CMYK
RGB Variations
Color information
#8BA17A (or 0x8BA17A) is known color: Amulet. HEX triplet: 8B, A1 and 7A. RGB value is (139,161,122). Sum of RGB (Red+Green+Blue) = 139+161+122=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA17A is #745E85. Grayscale: #969696. Windows color (decimal): -7626374 or 8036747. OLE color: 8036747.
HSL color Cylindrical-coordinate representation of color #8BA17A: hue angle of 93.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BA17A is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 122 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.37 |
| HSL | 93.85º | 0.17% | 0.55% | - |
| HSV(B) | 93.85º | 0.24% | 0.63% | - |
| XYZ | 26.91 | 32.38 | 23.25 | - |
| YUV | 149.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 122 | 0.14 | 0 | 0.24 | 0.37 | 93.85 | 0.17 | 0.55 |
| Hex | 8B | A1 | 7A | E | 0 | 18 | 25 | 5E | 11 | 37 |
| Octal | 213 | 241 | 172 | 16 | 0 | 30 | 45 | 136 | 21 | 67 |
| Binary | 10001011 | 10100001 | 1111010 | 1110 | 0 | 11000 | 100101 | 1011110 | 10001 | 110111 |
Color Harmonies of #8BA17A
Complementary color
Monochromatic Colors of #8BA17A
Black with #8BA17A
Text Example
Text Example
White with #8BA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA17A; }
p { color: rgb(139,161,122); }
H1.HeaderClassName
{
color: #8BA17A;
}
.AnyTagClassName
{
color: #8BA17A;
}
</style>
background-color css
<style>
a { background-color: #8BA17A; }
a { background-color: rgb(139,161,122); }
div.DivClassName
{
background-color: #8BA17A;
}
.BgClassName
{
background-color: #8BA17A;
}
</style>
border-color css
<style>
span { border-color: #8BA17A; }
span { border-color: rgb(139,161,122); }
td.TdClassName
{
border-color: #8BA17A;
}
.TagClassName
{
border-color: #8BA17A;
}
</style>