Shades of Amulet #7A9969
Tints of Amulet #7A9969
RGB
CMYK
RGB Variations
Color information
#7A9969 (or 0x7A9969) is known color: Amulet. HEX triplet: 7A, 99 and 69. RGB value is (122,153,105). Sum of RGB (Red+Green+Blue) = 122+153+105=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9969 is #856696. Grayscale: #8A8A8A. Windows color (decimal): -8742551 or 6920570. OLE color: 6920570.
HSL color Cylindrical-coordinate representation of color #7A9969: hue angle of 98.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A9969 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 105 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.4 |
| HSL | 98.75º | 0.19% | 0.51% | - |
| HSV(B) | 98.75º | 0.31% | 0.6% | - |
| XYZ | 21.97 | 27.94 | 17.6 | - |
| YUV | 138.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 105 | 0.20 | 0 | 0.31 | 0.4 | 98.75 | 0.19 | 0.51 |
| Hex | 7A | 99 | 69 | 14 | 0 | 1F | 28 | 63 | 13 | 33 |
| Octal | 172 | 231 | 151 | 24 | 0 | 37 | 50 | 143 | 23 | 63 |
| Binary | 1111010 | 10011001 | 1101001 | 10100 | 0 | 11111 | 101000 | 1100011 | 10011 | 110011 |
Color Harmonies of #7A9969
Complementary color
Monochromatic Colors of #7A9969
Black with #7A9969
Text Example
Text Example
White with #7A9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9969; }
p { color: rgb(122,153,105); }
H1.HeaderClassName
{
color: #7A9969;
}
.AnyTagClassName
{
color: #7A9969;
}
</style>
background-color css
<style>
a { background-color: #7A9969; }
a { background-color: rgb(122,153,105); }
div.DivClassName
{
background-color: #7A9969;
}
.BgClassName
{
background-color: #7A9969;
}
</style>
border-color css
<style>
span { border-color: #7A9969; }
span { border-color: rgb(122,153,105); }
td.TdClassName
{
border-color: #7A9969;
}
.TagClassName
{
border-color: #7A9969;
}
</style>