Shades of Amulet #8BA275
Tints of Amulet #8BA275
RGB
CMYK
RGB Variations
Color information
#8BA275 (or 0x8BA275) is known color: Amulet. HEX triplet: 8B, A2 and 75. RGB value is (139,162,117). Sum of RGB (Red+Green+Blue) = 139+162+117=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA275 is #745D8A. Grayscale: #969696. Windows color (decimal): -7626123 or 7709323. OLE color: 7709323.
HSL color Cylindrical-coordinate representation of color #8BA275: hue angle of 90.67º degrees, saturation: 0.19, 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 #8BA275 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 117 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.36 |
| HSL | 90.67º | 0.19% | 0.55% | - |
| HSV(B) | 90.67º | 0.28% | 0.64% | - |
| XYZ | 26.78 | 32.61 | 21.71 | - |
| YUV | 149.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 117 | 0.14 | 0 | 0.28 | 0.36 | 90.67 | 0.19 | 0.55 |
| Hex | 8B | A2 | 75 | E | 0 | 1C | 24 | 5B | 13 | 37 |
| Octal | 213 | 242 | 165 | 16 | 0 | 34 | 44 | 133 | 23 | 67 |
| Binary | 10001011 | 10100010 | 1110101 | 1110 | 0 | 11100 | 100100 | 1011011 | 10011 | 110111 |
Color Harmonies of #8BA275
Complementary color
Monochromatic Colors of #8BA275
Black with #8BA275
Text Example
Text Example
White with #8BA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA275; }
p { color: rgb(139,162,117); }
H1.HeaderClassName
{
color: #8BA275;
}
.AnyTagClassName
{
color: #8BA275;
}
</style>
background-color css
<style>
a { background-color: #8BA275; }
a { background-color: rgb(139,162,117); }
div.DivClassName
{
background-color: #8BA275;
}
.BgClassName
{
background-color: #8BA275;
}
</style>
border-color css
<style>
span { border-color: #8BA275; }
span { border-color: rgb(139,162,117); }
td.TdClassName
{
border-color: #8BA275;
}
.TagClassName
{
border-color: #8BA275;
}
</style>