Shades of Amulet #7AB073
Tints of Amulet #7AB073
RGB
CMYK
RGB Variations
Color information
#7AB073 (or 0x7AB073) is known color: Amulet. HEX triplet: 7A, B0 and 73. RGB value is (122,176,115). Sum of RGB (Red+Green+Blue) = 122+176+115=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB073 is #854F8C. Grayscale: #999999. Windows color (decimal): -8736653 or 7581818. OLE color: 7581818.
HSL color Cylindrical-coordinate representation of color #7AB073: hue angle of 113.11º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AB073 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 176 | 115 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.31 |
| HSL | 113.11º | 0.28% | 0.57% | - |
| HSV(B) | 113.11º | 0.35% | 0.69% | - |
| XYZ | 26.65 | 36.43 | 21.85 | - |
| YUV | 152.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 115 | 0.31 | 0 | 0.35 | 0.31 | 113.11 | 0.28 | 0.57 |
| Hex | 7A | B0 | 73 | 1F | 0 | 23 | 1F | 71 | 1C | 39 |
| Octal | 172 | 260 | 163 | 37 | 0 | 43 | 37 | 161 | 34 | 71 |
| Binary | 1111010 | 10110000 | 1110011 | 11111 | 0 | 100011 | 11111 | 1110001 | 11100 | 111001 |
Color Harmonies of #7AB073
Complementary color
Monochromatic Colors of #7AB073
Black with #7AB073
Text Example
Text Example
White with #7AB073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB073; }
p { color: rgb(122,176,115); }
H1.HeaderClassName
{
color: #7AB073;
}
.AnyTagClassName
{
color: #7AB073;
}
</style>
background-color css
<style>
a { background-color: #7AB073; }
a { background-color: rgb(122,176,115); }
div.DivClassName
{
background-color: #7AB073;
}
.BgClassName
{
background-color: #7AB073;
}
</style>
border-color css
<style>
span { border-color: #7AB073; }
span { border-color: rgb(122,176,115); }
td.TdClassName
{
border-color: #7AB073;
}
.TagClassName
{
border-color: #7AB073;
}
</style>