Shades of Amulet #7AA86B
Tints of Amulet #7AA86B
RGB
CMYK
RGB Variations
Color information
#7AA86B (or 0x7AA86B) is known color: Amulet. HEX triplet: 7A, A8 and 6B. RGB value is (122,168,107). Sum of RGB (Red+Green+Blue) = 122+168+107=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA86B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA86B is #855794. Grayscale: #939393. Windows color (decimal): -8738709 or 7055482. OLE color: 7055482.
HSL color Cylindrical-coordinate representation of color #7AA86B: hue angle of 105.25º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AA86B is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 107 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.34 |
| HSL | 105.25º | 0.26% | 0.54% | - |
| HSV(B) | 105.25º | 0.36% | 0.66% | - |
| XYZ | 24.68 | 33.2 | 19.02 | - |
| YUV | 147.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 107 | 0.27 | 0 | 0.36 | 0.34 | 105.25 | 0.26 | 0.54 |
| Hex | 7A | A8 | 6B | 1B | 0 | 24 | 22 | 69 | 1A | 36 |
| Octal | 172 | 250 | 153 | 33 | 0 | 44 | 42 | 151 | 32 | 66 |
| Binary | 1111010 | 10101000 | 1101011 | 11011 | 0 | 100100 | 100010 | 1101001 | 11010 | 110110 |
Color Harmonies of #7AA86B
Complementary color
Monochromatic Colors of #7AA86B
Black with #7AA86B
Text Example
Text Example
White with #7AA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA86B; }
p { color: rgb(122,168,107); }
H1.HeaderClassName
{
color: #7AA86B;
}
.AnyTagClassName
{
color: #7AA86B;
}
</style>
background-color css
<style>
a { background-color: #7AA86B; }
a { background-color: rgb(122,168,107); }
div.DivClassName
{
background-color: #7AA86B;
}
.BgClassName
{
background-color: #7AA86B;
}
</style>
border-color css
<style>
span { border-color: #7AA86B; }
span { border-color: rgb(122,168,107); }
td.TdClassName
{
border-color: #7AA86B;
}
.TagClassName
{
border-color: #7AA86B;
}
</style>