Shades of Amulet #8BA675
Tints of Amulet #8BA675
RGB
CMYK
RGB Variations
Color information
#8BA675 (or 0x8BA675) is known color: Amulet. HEX triplet: 8B, A6 and 75. RGB value is (139,166,117). Sum of RGB (Red+Green+Blue) = 139+166+117=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA675 is #74598A. Grayscale: #989898. Windows color (decimal): -7625099 or 7710347. OLE color: 7710347.
HSL color Cylindrical-coordinate representation of color #8BA675: hue angle of 93.06º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BA675 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 117 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.35 |
| HSL | 93.06º | 0.22% | 0.55% | - |
| HSV(B) | 93.06º | 0.3% | 0.65% | - |
| XYZ | 27.49 | 34.05 | 21.95 | - |
| YUV | 152.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 117 | 0.16 | 0 | 0.30 | 0.35 | 93.06 | 0.22 | 0.55 |
| Hex | 8B | A6 | 75 | 10 | 0 | 1E | 23 | 5D | 16 | 37 |
| Octal | 213 | 246 | 165 | 20 | 0 | 36 | 43 | 135 | 26 | 67 |
| Binary | 10001011 | 10100110 | 1110101 | 10000 | 0 | 11110 | 100011 | 1011101 | 10110 | 110111 |
Color Harmonies of #8BA675
Complementary color
Monochromatic Colors of #8BA675
Black with #8BA675
Text Example
Text Example
White with #8BA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA675; }
p { color: rgb(139,166,117); }
H1.HeaderClassName
{
color: #8BA675;
}
.AnyTagClassName
{
color: #8BA675;
}
</style>
background-color css
<style>
a { background-color: #8BA675; }
a { background-color: rgb(139,166,117); }
div.DivClassName
{
background-color: #8BA675;
}
.BgClassName
{
background-color: #8BA675;
}
</style>
border-color css
<style>
span { border-color: #8BA675; }
span { border-color: rgb(139,166,117); }
td.TdClassName
{
border-color: #8BA675;
}
.TagClassName
{
border-color: #8BA675;
}
</style>