Shades of Amulet #8AA77A
Tints of Amulet #8AA77A
RGB
CMYK
RGB Variations
Color information
#8AA77A (or 0x8AA77A) is known color: Amulet. HEX triplet: 8A, A7 and 7A. RGB value is (138,167,122). Sum of RGB (Red+Green+Blue) = 138+167+122=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA77A is #755885. Grayscale: #999999. Windows color (decimal): -7690374 or 8038282. OLE color: 8038282.
HSL color Cylindrical-coordinate representation of color #8AA77A: hue angle of 98.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AA77A is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 122 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.35 |
| HSL | 98.67º | 0.2% | 0.57% | - |
| HSV(B) | 98.67º | 0.27% | 0.65% | - |
| XYZ | 27.81 | 34.45 | 23.6 | - |
| YUV | 153.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 122 | 0.17 | 0 | 0.27 | 0.35 | 98.67 | 0.2 | 0.57 |
| Hex | 8A | A7 | 7A | 11 | 0 | 1B | 23 | 63 | 14 | 39 |
| Octal | 212 | 247 | 172 | 21 | 0 | 33 | 43 | 143 | 24 | 71 |
| Binary | 10001010 | 10100111 | 1111010 | 10001 | 0 | 11011 | 100011 | 1100011 | 10100 | 111001 |
Color Harmonies of #8AA77A
Complementary color
Monochromatic Colors of #8AA77A
Black with #8AA77A
Text Example
Text Example
White with #8AA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA77A; }
p { color: rgb(138,167,122); }
H1.HeaderClassName
{
color: #8AA77A;
}
.AnyTagClassName
{
color: #8AA77A;
}
</style>
background-color css
<style>
a { background-color: #8AA77A; }
a { background-color: rgb(138,167,122); }
div.DivClassName
{
background-color: #8AA77A;
}
.BgClassName
{
background-color: #8AA77A;
}
</style>
border-color css
<style>
span { border-color: #8AA77A; }
span { border-color: rgb(138,167,122); }
td.TdClassName
{
border-color: #8AA77A;
}
.TagClassName
{
border-color: #8AA77A;
}
</style>