Shades of Amulet #8BA375
Tints of Amulet #8BA375
RGB
CMYK
RGB Variations
Color information
#8BA375 (or 0x8BA375) is known color: Amulet. HEX triplet: 8B, A3 and 75. RGB value is (139,163,117). Sum of RGB (Red+Green+Blue) = 139+163+117=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA375 is #745C8A. Grayscale: #969696. Windows color (decimal): -7625867 or 7709579. OLE color: 7709579.
HSL color Cylindrical-coordinate representation of color #8BA375: hue angle of 91.3º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BA375 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 117 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.36 |
| HSL | 91.3º | 0.2% | 0.55% | - |
| HSV(B) | 91.3º | 0.28% | 0.64% | - |
| XYZ | 26.96 | 32.97 | 21.77 | - |
| YUV | 150.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 117 | 0.15 | 0 | 0.28 | 0.36 | 91.3 | 0.2 | 0.55 |
| Hex | 8B | A3 | 75 | F | 0 | 1C | 24 | 5B | 14 | 37 |
| Octal | 213 | 243 | 165 | 17 | 0 | 34 | 44 | 133 | 24 | 67 |
| Binary | 10001011 | 10100011 | 1110101 | 1111 | 0 | 11100 | 100100 | 1011011 | 10100 | 110111 |
Color Harmonies of #8BA375
Complementary color
Monochromatic Colors of #8BA375
Black with #8BA375
Text Example
Text Example
White with #8BA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA375; }
p { color: rgb(139,163,117); }
H1.HeaderClassName
{
color: #8BA375;
}
.AnyTagClassName
{
color: #8BA375;
}
</style>
background-color css
<style>
a { background-color: #8BA375; }
a { background-color: rgb(139,163,117); }
div.DivClassName
{
background-color: #8BA375;
}
.BgClassName
{
background-color: #8BA375;
}
</style>
border-color css
<style>
span { border-color: #8BA375; }
span { border-color: rgb(139,163,117); }
td.TdClassName
{
border-color: #8BA375;
}
.TagClassName
{
border-color: #8BA375;
}
</style>