Shades of Amulet #8AB075
Tints of Amulet #8AB075
RGB
CMYK
RGB Variations
Color information
#8AB075 (or 0x8AB075) is known color: Amulet. HEX triplet: 8A, B0 and 75. RGB value is (138,176,117). Sum of RGB (Red+Green+Blue) = 138+176+117=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB075 is #754F8A. Grayscale: #9E9E9E. Windows color (decimal): -7688075 or 7712906. OLE color: 7712906.
HSL color Cylindrical-coordinate representation of color #8AB075: hue angle of 98.64º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB075 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 117 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.31 |
| HSL | 98.64º | 0.27% | 0.57% | - |
| HSV(B) | 98.64º | 0.34% | 0.69% | - |
| XYZ | 29.22 | 37.74 | 22.57 | - |
| YUV | 157.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 117 | 0.22 | 0 | 0.34 | 0.31 | 98.64 | 0.27 | 0.57 |
| Hex | 8A | B0 | 75 | 16 | 0 | 22 | 1F | 63 | 1B | 39 |
| Octal | 212 | 260 | 165 | 26 | 0 | 42 | 37 | 143 | 33 | 71 |
| Binary | 10001010 | 10110000 | 1110101 | 10110 | 0 | 100010 | 11111 | 1100011 | 11011 | 111001 |
Color Harmonies of #8AB075
Complementary color
Monochromatic Colors of #8AB075
Black with #8AB075
Text Example
Text Example
White with #8AB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB075; }
p { color: rgb(138,176,117); }
H1.HeaderClassName
{
color: #8AB075;
}
.AnyTagClassName
{
color: #8AB075;
}
</style>
background-color css
<style>
a { background-color: #8AB075; }
a { background-color: rgb(138,176,117); }
div.DivClassName
{
background-color: #8AB075;
}
.BgClassName
{
background-color: #8AB075;
}
</style>
border-color css
<style>
span { border-color: #8AB075; }
span { border-color: rgb(138,176,117); }
td.TdClassName
{
border-color: #8AB075;
}
.TagClassName
{
border-color: #8AB075;
}
</style>