Shades of Amulet #8AAD75
Tints of Amulet #8AAD75
RGB
CMYK
RGB Variations
Color information
#8AAD75 (or 0x8AAD75) is known color: Amulet. HEX triplet: 8A, AD and 75. RGB value is (138,173,117). Sum of RGB (Red+Green+Blue) = 138+173+117=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD75 is #75528A. Grayscale: #9C9C9C. Windows color (decimal): -7688843 or 7712138. OLE color: 7712138.
HSL color Cylindrical-coordinate representation of color #8AAD75: hue angle of 97.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAD75 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 117 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.32 |
| HSL | 97.5º | 0.25% | 0.57% | - |
| HSV(B) | 97.5º | 0.32% | 0.68% | - |
| XYZ | 28.64 | 36.57 | 22.38 | - |
| YUV | 156.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 117 | 0.20 | 0 | 0.32 | 0.32 | 97.5 | 0.25 | 0.57 |
| Hex | 8A | AD | 75 | 14 | 0 | 20 | 20 | 62 | 19 | 39 |
| Octal | 212 | 255 | 165 | 24 | 0 | 40 | 40 | 142 | 31 | 71 |
| Binary | 10001010 | 10101101 | 1110101 | 10100 | 0 | 100000 | 100000 | 1100010 | 11001 | 111001 |
Color Harmonies of #8AAD75
Complementary color
Monochromatic Colors of #8AAD75
Black with #8AAD75
Text Example
Text Example
White with #8AAD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD75; }
p { color: rgb(138,173,117); }
H1.HeaderClassName
{
color: #8AAD75;
}
.AnyTagClassName
{
color: #8AAD75;
}
</style>
background-color css
<style>
a { background-color: #8AAD75; }
a { background-color: rgb(138,173,117); }
div.DivClassName
{
background-color: #8AAD75;
}
.BgClassName
{
background-color: #8AAD75;
}
</style>
border-color css
<style>
span { border-color: #8AAD75; }
span { border-color: rgb(138,173,117); }
td.TdClassName
{
border-color: #8AAD75;
}
.TagClassName
{
border-color: #8AAD75;
}
</style>