Shades of Amulet #8A9C7A
Tints of Amulet #8A9C7A
RGB
CMYK
RGB Variations
Color information
#8A9C7A (or 0x8A9C7A) is known color: Amulet. HEX triplet: 8A, 9C and 7A. RGB value is (138,156,122). Sum of RGB (Red+Green+Blue) = 138+156+122=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9C7A is #756385. Grayscale: #929292. Windows color (decimal): -7693190 or 8035466. OLE color: 8035466.
HSL color Cylindrical-coordinate representation of color #8A9C7A: hue angle of 91.76º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A9C7A is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 156 | 122 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.39 |
| HSL | 91.76º | 0.15% | 0.55% | - |
| HSV(B) | 91.76º | 0.22% | 0.61% | - |
| XYZ | 25.88 | 30.59 | 22.95 | - |
| YUV | 146.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 122 | 0.12 | 0 | 0.22 | 0.39 | 91.76 | 0.15 | 0.55 |
| Hex | 8A | 9C | 7A | C | 0 | 16 | 27 | 5C | F | 37 |
| Octal | 212 | 234 | 172 | 14 | 0 | 26 | 47 | 134 | 17 | 67 |
| Binary | 10001010 | 10011100 | 1111010 | 1100 | 0 | 10110 | 100111 | 1011100 | 1111 | 110111 |
Color Harmonies of #8A9C7A
Complementary color
Monochromatic Colors of #8A9C7A
Black with #8A9C7A
Text Example
Text Example
White with #8A9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C7A; }
p { color: rgb(138,156,122); }
H1.HeaderClassName
{
color: #8A9C7A;
}
.AnyTagClassName
{
color: #8A9C7A;
}
</style>
background-color css
<style>
a { background-color: #8A9C7A; }
a { background-color: rgb(138,156,122); }
div.DivClassName
{
background-color: #8A9C7A;
}
.BgClassName
{
background-color: #8A9C7A;
}
</style>
border-color css
<style>
span { border-color: #8A9C7A; }
span { border-color: rgb(138,156,122); }
td.TdClassName
{
border-color: #8A9C7A;
}
.TagClassName
{
border-color: #8A9C7A;
}
</style>