Shades of Amulet #7AAF66
Tints of Amulet #7AAF66
RGB
CMYK
RGB Variations
Color information
#7AAF66 (or 0x7AAF66) is known color: Amulet. HEX triplet: 7A, AF and 66. RGB value is (122,175,102). Sum of RGB (Red+Green+Blue) = 122+175+102=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF66 is #855099. Grayscale: #979797. Windows color (decimal): -8736922 or 6729594. OLE color: 6729594.
HSL color Cylindrical-coordinate representation of color #7AAF66: hue angle of 103.56º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AAF66 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 102 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.31 |
| HSL | 103.56º | 0.31% | 0.54% | - |
| HSV(B) | 103.56º | 0.42% | 0.69% | - |
| XYZ | 25.75 | 35.76 | 18.11 | - |
| YUV | 150.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 102 | 0.30 | 0 | 0.42 | 0.31 | 103.56 | 0.31 | 0.54 |
| Hex | 7A | AF | 66 | 1E | 0 | 2A | 1F | 68 | 1F | 36 |
| Octal | 172 | 257 | 146 | 36 | 0 | 52 | 37 | 150 | 37 | 66 |
| Binary | 1111010 | 10101111 | 1100110 | 11110 | 0 | 101010 | 11111 | 1101000 | 11111 | 110110 |
Color Harmonies of #7AAF66
Complementary color
Monochromatic Colors of #7AAF66
Black with #7AAF66
Text Example
Text Example
White with #7AAF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF66; }
p { color: rgb(122,175,102); }
H1.HeaderClassName
{
color: #7AAF66;
}
.AnyTagClassName
{
color: #7AAF66;
}
</style>
background-color css
<style>
a { background-color: #7AAF66; }
a { background-color: rgb(122,175,102); }
div.DivClassName
{
background-color: #7AAF66;
}
.BgClassName
{
background-color: #7AAF66;
}
</style>
border-color css
<style>
span { border-color: #7AAF66; }
span { border-color: rgb(122,175,102); }
td.TdClassName
{
border-color: #7AAF66;
}
.TagClassName
{
border-color: #7AAF66;
}
</style>