Shades of Amulet #8AAB79
Tints of Amulet #8AAB79
RGB
CMYK
RGB Variations
Color information
#8AAB79 (or 0x8AAB79) is known color: Amulet. HEX triplet: 8A, AB and 79. RGB value is (138,171,121). Sum of RGB (Red+Green+Blue) = 138+171+121=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB79 is #755486. Grayscale: #9B9B9B. Windows color (decimal): -7689351 or 7973770. OLE color: 7973770.
HSL color Cylindrical-coordinate representation of color #8AAB79: hue angle of 99.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AAB79 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 121 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.33 |
| HSL | 99.6º | 0.23% | 0.57% | - |
| HSV(B) | 99.6º | 0.29% | 0.67% | - |
| XYZ | 28.5 | 35.91 | 23.52 | - |
| YUV | 155.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 121 | 0.19 | 0 | 0.29 | 0.33 | 99.6 | 0.23 | 0.57 |
| Hex | 8A | AB | 79 | 13 | 0 | 1D | 21 | 64 | 17 | 39 |
| Octal | 212 | 253 | 171 | 23 | 0 | 35 | 41 | 144 | 27 | 71 |
| Binary | 10001010 | 10101011 | 1111001 | 10011 | 0 | 11101 | 100001 | 1100100 | 10111 | 111001 |
Color Harmonies of #8AAB79
Complementary color
Monochromatic Colors of #8AAB79
Black with #8AAB79
Text Example
Text Example
White with #8AAB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB79; }
p { color: rgb(138,171,121); }
H1.HeaderClassName
{
color: #8AAB79;
}
.AnyTagClassName
{
color: #8AAB79;
}
</style>
background-color css
<style>
a { background-color: #8AAB79; }
a { background-color: rgb(138,171,121); }
div.DivClassName
{
background-color: #8AAB79;
}
.BgClassName
{
background-color: #8AAB79;
}
</style>
border-color css
<style>
span { border-color: #8AAB79; }
span { border-color: rgb(138,171,121); }
td.TdClassName
{
border-color: #8AAB79;
}
.TagClassName
{
border-color: #8AAB79;
}
</style>