Shades of Amulet #8AA875
Tints of Amulet #8AA875
RGB
CMYK
RGB Variations
Color information
#8AA875 (or 0x8AA875) is known color: Amulet. HEX triplet: 8A, A8 and 75. RGB value is (138,168,117). Sum of RGB (Red+Green+Blue) = 138+168+117=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA875 is #75578A. Grayscale: #999999. Windows color (decimal): -7690123 or 7710858. OLE color: 7710858.
HSL color Cylindrical-coordinate representation of color #8AA875: hue angle of 95.29º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AA875 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 117 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.34 |
| HSL | 95.29º | 0.23% | 0.56% | - |
| HSV(B) | 95.29º | 0.3% | 0.66% | - |
| XYZ | 27.69 | 34.69 | 22.07 | - |
| YUV | 153.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 117 | 0.18 | 0 | 0.30 | 0.34 | 95.29 | 0.23 | 0.56 |
| Hex | 8A | A8 | 75 | 12 | 0 | 1E | 22 | 5F | 17 | 38 |
| Octal | 212 | 250 | 165 | 22 | 0 | 36 | 42 | 137 | 27 | 70 |
| Binary | 10001010 | 10101000 | 1110101 | 10010 | 0 | 11110 | 100010 | 1011111 | 10111 | 111000 |
Color Harmonies of #8AA875
Complementary color
Monochromatic Colors of #8AA875
Black with #8AA875
Text Example
Text Example
White with #8AA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA875; }
p { color: rgb(138,168,117); }
H1.HeaderClassName
{
color: #8AA875;
}
.AnyTagClassName
{
color: #8AA875;
}
</style>
background-color css
<style>
a { background-color: #8AA875; }
a { background-color: rgb(138,168,117); }
div.DivClassName
{
background-color: #8AA875;
}
.BgClassName
{
background-color: #8AA875;
}
</style>
border-color css
<style>
span { border-color: #8AA875; }
span { border-color: rgb(138,168,117); }
td.TdClassName
{
border-color: #8AA875;
}
.TagClassName
{
border-color: #8AA875;
}
</style>