Shades of Amulet #7AAB6C
Tints of Amulet #7AAB6C
RGB
CMYK
RGB Variations
Color information
#7AAB6C (or 0x7AAB6C) is known color: Amulet. HEX triplet: 7A, AB and 6C. RGB value is (122,171,108). Sum of RGB (Red+Green+Blue) = 122+171+108=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB6C is #855493. Grayscale: #959595. Windows color (decimal): -8737940 or 7121786. OLE color: 7121786.
HSL color Cylindrical-coordinate representation of color #7AAB6C: hue angle of 106.67º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AAB6C is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 108 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.33 |
| HSL | 106.67º | 0.27% | 0.55% | - |
| HSV(B) | 106.67º | 0.37% | 0.67% | - |
| XYZ | 25.3 | 34.35 | 19.48 | - |
| YUV | 149.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 108 | 0.29 | 0 | 0.37 | 0.33 | 106.67 | 0.27 | 0.55 |
| Hex | 7A | AB | 6C | 1D | 0 | 25 | 21 | 6B | 1B | 37 |
| Octal | 172 | 253 | 154 | 35 | 0 | 45 | 41 | 153 | 33 | 67 |
| Binary | 1111010 | 10101011 | 1101100 | 11101 | 0 | 100101 | 100001 | 1101011 | 11011 | 110111 |
Color Harmonies of #7AAB6C
Complementary color
Monochromatic Colors of #7AAB6C
Black with #7AAB6C
Text Example
Text Example
White with #7AAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB6C; }
p { color: rgb(122,171,108); }
H1.HeaderClassName
{
color: #7AAB6C;
}
.AnyTagClassName
{
color: #7AAB6C;
}
</style>
background-color css
<style>
a { background-color: #7AAB6C; }
a { background-color: rgb(122,171,108); }
div.DivClassName
{
background-color: #7AAB6C;
}
.BgClassName
{
background-color: #7AAB6C;
}
</style>
border-color css
<style>
span { border-color: #7AAB6C; }
span { border-color: rgb(122,171,108); }
td.TdClassName
{
border-color: #7AAB6C;
}
.TagClassName
{
border-color: #7AAB6C;
}
</style>