Shades of Amulet #7AAE69
Tints of Amulet #7AAE69
RGB
CMYK
RGB Variations
Color information
#7AAE69 (or 0x7AAE69) is known color: Amulet. HEX triplet: 7A, AE and 69. RGB value is (122,174,105). Sum of RGB (Red+Green+Blue) = 122+174+105=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE69 is #855196. Grayscale: #969696. Windows color (decimal): -8737175 or 6925946. OLE color: 6925946.
HSL color Cylindrical-coordinate representation of color #7AAE69: hue angle of 105.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AAE69 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 105 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.32 |
| HSL | 105.22º | 0.3% | 0.55% | - |
| HSV(B) | 105.22º | 0.4% | 0.68% | - |
| XYZ | 25.71 | 35.43 | 18.85 | - |
| YUV | 150.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 105 | 0.30 | 0 | 0.40 | 0.32 | 105.22 | 0.3 | 0.55 |
| Hex | 7A | AE | 69 | 1E | 0 | 28 | 20 | 69 | 1E | 37 |
| Octal | 172 | 256 | 151 | 36 | 0 | 50 | 40 | 151 | 36 | 67 |
| Binary | 1111010 | 10101110 | 1101001 | 11110 | 0 | 101000 | 100000 | 1101001 | 11110 | 110111 |
Color Harmonies of #7AAE69
Complementary color
Monochromatic Colors of #7AAE69
Black with #7AAE69
Text Example
Text Example
White with #7AAE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE69; }
p { color: rgb(122,174,105); }
H1.HeaderClassName
{
color: #7AAE69;
}
.AnyTagClassName
{
color: #7AAE69;
}
</style>
background-color css
<style>
a { background-color: #7AAE69; }
a { background-color: rgb(122,174,105); }
div.DivClassName
{
background-color: #7AAE69;
}
.BgClassName
{
background-color: #7AAE69;
}
</style>
border-color css
<style>
span { border-color: #7AAE69; }
span { border-color: rgb(122,174,105); }
td.TdClassName
{
border-color: #7AAE69;
}
.TagClassName
{
border-color: #7AAE69;
}
</style>