Shades of Amulet #8BA081
Tints of Amulet #8BA081
RGB
CMYK
RGB Variations
Color information
#8BA081 (or 0x8BA081) is known color: Amulet. HEX triplet: 8B, A0 and 81. RGB value is (139,160,129). Sum of RGB (Red+Green+Blue) = 139+160+129=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA081 is #745F7E. Grayscale: #969696. Windows color (decimal): -7626623 or 8495243. OLE color: 8495243.
HSL color Cylindrical-coordinate representation of color #8BA081: hue angle of 100.65º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BA081 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 129 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.37 |
| HSL | 100.65º | 0.14% | 0.57% | - |
| HSV(B) | 100.65º | 0.19% | 0.63% | - |
| XYZ | 27.18 | 32.22 | 25.55 | - |
| YUV | 150.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 129 | 0.13 | 0 | 0.19 | 0.37 | 100.65 | 0.14 | 0.57 |
| Hex | 8B | A0 | 81 | D | 0 | 13 | 25 | 65 | E | 39 |
| Octal | 213 | 240 | 201 | 15 | 0 | 23 | 45 | 145 | 16 | 71 |
| Binary | 10001011 | 10100000 | 10000001 | 1101 | 0 | 10011 | 100101 | 1100101 | 1110 | 111001 |
Color Harmonies of #8BA081
Complementary color
Monochromatic Colors of #8BA081
Black with #8BA081
Text Example
Text Example
White with #8BA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA081; }
p { color: rgb(139,160,129); }
H1.HeaderClassName
{
color: #8BA081;
}
.AnyTagClassName
{
color: #8BA081;
}
</style>
background-color css
<style>
a { background-color: #8BA081; }
a { background-color: rgb(139,160,129); }
div.DivClassName
{
background-color: #8BA081;
}
.BgClassName
{
background-color: #8BA081;
}
</style>
border-color css
<style>
span { border-color: #8BA081; }
span { border-color: rgb(139,160,129); }
td.TdClassName
{
border-color: #8BA081;
}
.TagClassName
{
border-color: #8BA081;
}
</style>