Shades of Amulet #7AA869
Tints of Amulet #7AA869
RGB
CMYK
RGB Variations
Color information
#7AA869 (or 0x7AA869) is known color: Amulet. HEX triplet: 7A, A8 and 69. RGB value is (122,168,105). Sum of RGB (Red+Green+Blue) = 122+168+105=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA869 is #855796. Grayscale: #939393. Windows color (decimal): -8738711 or 6924410. OLE color: 6924410.
HSL color Cylindrical-coordinate representation of color #7AA869: hue angle of 103.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AA869 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 105 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.34 |
| HSL | 103.81º | 0.27% | 0.54% | - |
| HSV(B) | 103.81º | 0.38% | 0.66% | - |
| XYZ | 24.58 | 33.16 | 18.47 | - |
| YUV | 147.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 105 | 0.27 | 0 | 0.38 | 0.34 | 103.81 | 0.27 | 0.54 |
| Hex | 7A | A8 | 69 | 1B | 0 | 26 | 22 | 68 | 1B | 36 |
| Octal | 172 | 250 | 151 | 33 | 0 | 46 | 42 | 150 | 33 | 66 |
| Binary | 1111010 | 10101000 | 1101001 | 11011 | 0 | 100110 | 100010 | 1101000 | 11011 | 110110 |
Color Harmonies of #7AA869
Complementary color
Monochromatic Colors of #7AA869
Black with #7AA869
Text Example
Text Example
White with #7AA869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA869; }
p { color: rgb(122,168,105); }
H1.HeaderClassName
{
color: #7AA869;
}
.AnyTagClassName
{
color: #7AA869;
}
</style>
background-color css
<style>
a { background-color: #7AA869; }
a { background-color: rgb(122,168,105); }
div.DivClassName
{
background-color: #7AA869;
}
.BgClassName
{
background-color: #7AA869;
}
</style>
border-color css
<style>
span { border-color: #7AA869; }
span { border-color: rgb(122,168,105); }
td.TdClassName
{
border-color: #7AA869;
}
.TagClassName
{
border-color: #7AA869;
}
</style>