Shades of Amulet #8BA07B
Tints of Amulet #8BA07B
RGB
CMYK
RGB Variations
Color information
#8BA07B (or 0x8BA07B) is known color: Amulet. HEX triplet: 8B, A0 and 7B. RGB value is (139,160,123). Sum of RGB (Red+Green+Blue) = 139+160+123=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA07B is #745F84. Grayscale: #959595. Windows color (decimal): -7626629 or 8102027. OLE color: 8102027.
HSL color Cylindrical-coordinate representation of color #8BA07B: hue angle of 94.05º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BA07B is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 123 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.37 |
| HSL | 94.05º | 0.16% | 0.55% | - |
| HSV(B) | 94.05º | 0.23% | 0.63% | - |
| XYZ | 26.79 | 32.06 | 23.52 | - |
| YUV | 149.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 123 | 0.13 | 0 | 0.23 | 0.37 | 94.05 | 0.16 | 0.55 |
| Hex | 8B | A0 | 7B | D | 0 | 17 | 25 | 5E | 10 | 37 |
| Octal | 213 | 240 | 173 | 15 | 0 | 27 | 45 | 136 | 20 | 67 |
| Binary | 10001011 | 10100000 | 1111011 | 1101 | 0 | 10111 | 100101 | 1011110 | 10000 | 110111 |
Color Harmonies of #8BA07B
Complementary color
Monochromatic Colors of #8BA07B
Black with #8BA07B
Text Example
Text Example
White with #8BA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA07B; }
p { color: rgb(139,160,123); }
H1.HeaderClassName
{
color: #8BA07B;
}
.AnyTagClassName
{
color: #8BA07B;
}
</style>
background-color css
<style>
a { background-color: #8BA07B; }
a { background-color: rgb(139,160,123); }
div.DivClassName
{
background-color: #8BA07B;
}
.BgClassName
{
background-color: #8BA07B;
}
</style>
border-color css
<style>
span { border-color: #8BA07B; }
span { border-color: rgb(139,160,123); }
td.TdClassName
{
border-color: #8BA07B;
}
.TagClassName
{
border-color: #8BA07B;
}
</style>