Shades of Amulet #7A9F69
Tints of Amulet #7A9F69
RGB
CMYK
RGB Variations
Color information
#7A9F69 (or 0x7A9F69) is known color: Amulet. HEX triplet: 7A, 9F and 69. RGB value is (122,159,105). Sum of RGB (Red+Green+Blue) = 122+159+105=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9F69 is #856096. Grayscale: #8D8D8D. Windows color (decimal): -8741015 or 6922106. OLE color: 6922106.
HSL color Cylindrical-coordinate representation of color #7A9F69: hue angle of 101.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A9F69 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 105 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.38 |
| HSL | 101.11º | 0.22% | 0.52% | - |
| HSV(B) | 101.11º | 0.34% | 0.62% | - |
| XYZ | 22.97 | 29.95 | 17.94 | - |
| YUV | 141.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 105 | 0.23 | 0 | 0.34 | 0.38 | 101.11 | 0.22 | 0.52 |
| Hex | 7A | 9F | 69 | 17 | 0 | 22 | 26 | 65 | 16 | 34 |
| Octal | 172 | 237 | 151 | 27 | 0 | 42 | 46 | 145 | 26 | 64 |
| Binary | 1111010 | 10011111 | 1101001 | 10111 | 0 | 100010 | 100110 | 1100101 | 10110 | 110100 |
Color Harmonies of #7A9F69
Complementary color
Monochromatic Colors of #7A9F69
Black with #7A9F69
Text Example
Text Example
White with #7A9F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F69; }
p { color: rgb(122,159,105); }
H1.HeaderClassName
{
color: #7A9F69;
}
.AnyTagClassName
{
color: #7A9F69;
}
</style>
background-color css
<style>
a { background-color: #7A9F69; }
a { background-color: rgb(122,159,105); }
div.DivClassName
{
background-color: #7A9F69;
}
.BgClassName
{
background-color: #7A9F69;
}
</style>
border-color css
<style>
span { border-color: #7A9F69; }
span { border-color: rgb(122,159,105); }
td.TdClassName
{
border-color: #7A9F69;
}
.TagClassName
{
border-color: #7A9F69;
}
</style>