Shades of Amulet #7A9E75
Tints of Amulet #7A9E75
RGB
CMYK
RGB Variations
Color information
#7A9E75 (or 0x7A9E75) is known color: Amulet. HEX triplet: 7A, 9E and 75. RGB value is (122,158,117). Sum of RGB (Red+Green+Blue) = 122+158+117=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9E75 is #85618A. Grayscale: #8E8E8E. Windows color (decimal): -8741259 or 7708282. OLE color: 7708282.
HSL color Cylindrical-coordinate representation of color #7A9E75: hue angle of 112.68º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A9E75 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 117 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.38 |
| HSL | 112.68º | 0.17% | 0.54% | - |
| HSV(B) | 112.68º | 0.26% | 0.62% | - |
| XYZ | 23.46 | 29.88 | 21.36 | - |
| YUV | 142.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 117 | 0.23 | 0 | 0.26 | 0.38 | 112.68 | 0.17 | 0.54 |
| Hex | 7A | 9E | 75 | 17 | 0 | 1A | 26 | 71 | 11 | 36 |
| Octal | 172 | 236 | 165 | 27 | 0 | 32 | 46 | 161 | 21 | 66 |
| Binary | 1111010 | 10011110 | 1110101 | 10111 | 0 | 11010 | 100110 | 1110001 | 10001 | 110110 |
Color Harmonies of #7A9E75
Complementary color
Monochromatic Colors of #7A9E75
Black with #7A9E75
Text Example
Text Example
White with #7A9E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E75; }
p { color: rgb(122,158,117); }
H1.HeaderClassName
{
color: #7A9E75;
}
.AnyTagClassName
{
color: #7A9E75;
}
</style>
background-color css
<style>
a { background-color: #7A9E75; }
a { background-color: rgb(122,158,117); }
div.DivClassName
{
background-color: #7A9E75;
}
.BgClassName
{
background-color: #7A9E75;
}
</style>
border-color css
<style>
span { border-color: #7A9E75; }
span { border-color: rgb(122,158,117); }
td.TdClassName
{
border-color: #7A9E75;
}
.TagClassName
{
border-color: #7A9E75;
}
</style>