Shades of Amulet #8AAB77
Tints of Amulet #8AAB77
RGB
CMYK
RGB Variations
Color information
#8AAB77 (or 0x8AAB77) is known color: Amulet. HEX triplet: 8A, AB and 77. RGB value is (138,171,119). Sum of RGB (Red+Green+Blue) = 138+171+119=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB77 is #755488. Grayscale: #9B9B9B. Windows color (decimal): -7689353 or 7842698. OLE color: 7842698.
HSL color Cylindrical-coordinate representation of color #8AAB77: hue angle of 98.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AAB77 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 119 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.33 |
| HSL | 98.08º | 0.24% | 0.57% | - |
| HSV(B) | 98.08º | 0.3% | 0.67% | - |
| XYZ | 28.37 | 35.86 | 22.88 | - |
| YUV | 155.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 119 | 0.19 | 0 | 0.30 | 0.33 | 98.08 | 0.24 | 0.57 |
| Hex | 8A | AB | 77 | 13 | 0 | 1E | 21 | 62 | 18 | 39 |
| Octal | 212 | 253 | 167 | 23 | 0 | 36 | 41 | 142 | 30 | 71 |
| Binary | 10001010 | 10101011 | 1110111 | 10011 | 0 | 11110 | 100001 | 1100010 | 11000 | 111001 |
Color Harmonies of #8AAB77
Complementary color
Monochromatic Colors of #8AAB77
Black with #8AAB77
Text Example
Text Example
White with #8AAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB77; }
p { color: rgb(138,171,119); }
H1.HeaderClassName
{
color: #8AAB77;
}
.AnyTagClassName
{
color: #8AAB77;
}
</style>
background-color css
<style>
a { background-color: #8AAB77; }
a { background-color: rgb(138,171,119); }
div.DivClassName
{
background-color: #8AAB77;
}
.BgClassName
{
background-color: #8AAB77;
}
</style>
border-color css
<style>
span { border-color: #8AAB77; }
span { border-color: rgb(138,171,119); }
td.TdClassName
{
border-color: #8AAB77;
}
.TagClassName
{
border-color: #8AAB77;
}
</style>