Shades of Amulet #8AAB75
Tints of Amulet #8AAB75
RGB
CMYK
RGB Variations
Color information
#8AAB75 (or 0x8AAB75) is known color: Amulet. HEX triplet: 8A, AB and 75. RGB value is (138,171,117). Sum of RGB (Red+Green+Blue) = 138+171+117=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB75 is #75548A. Grayscale: #9B9B9B. Windows color (decimal): -7689355 or 7711626. OLE color: 7711626.
HSL color Cylindrical-coordinate representation of color #8AAB75: hue angle of 96.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAB75 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 117 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.33 |
| HSL | 96.67º | 0.24% | 0.56% | - |
| HSV(B) | 96.67º | 0.32% | 0.67% | - |
| XYZ | 28.26 | 35.81 | 22.25 | - |
| YUV | 154.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 117 | 0.19 | 0 | 0.32 | 0.33 | 96.67 | 0.24 | 0.56 |
| Hex | 8A | AB | 75 | 13 | 0 | 20 | 21 | 61 | 18 | 38 |
| Octal | 212 | 253 | 165 | 23 | 0 | 40 | 41 | 141 | 30 | 70 |
| Binary | 10001010 | 10101011 | 1110101 | 10011 | 0 | 100000 | 100001 | 1100001 | 11000 | 111000 |
Color Harmonies of #8AAB75
Complementary color
Monochromatic Colors of #8AAB75
Black with #8AAB75
Text Example
Text Example
White with #8AAB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB75; }
p { color: rgb(138,171,117); }
H1.HeaderClassName
{
color: #8AAB75;
}
.AnyTagClassName
{
color: #8AAB75;
}
</style>
background-color css
<style>
a { background-color: #8AAB75; }
a { background-color: rgb(138,171,117); }
div.DivClassName
{
background-color: #8AAB75;
}
.BgClassName
{
background-color: #8AAB75;
}
</style>
border-color css
<style>
span { border-color: #8AAB75; }
span { border-color: rgb(138,171,117); }
td.TdClassName
{
border-color: #8AAB75;
}
.TagClassName
{
border-color: #8AAB75;
}
</style>