Shades of Amulet #7AB271
Tints of Amulet #7AB271
RGB
CMYK
RGB Variations
Color information
#7AB271 (or 0x7AB271) is known color: Amulet. HEX triplet: 7A, B2 and 71. RGB value is (122,178,113). Sum of RGB (Red+Green+Blue) = 122+178+113=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB271 is #854D8E. Grayscale: #9A9A9A. Windows color (decimal): -8736143 or 7451258. OLE color: 7451258.
HSL color Cylindrical-coordinate representation of color #7AB271: hue angle of 111.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AB271 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 113 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.30 |
| HSL | 111.69º | 0.3% | 0.57% | - |
| HSV(B) | 111.69º | 0.37% | 0.7% | - |
| XYZ | 26.93 | 37.17 | 21.38 | - |
| YUV | 153.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 113 | 0.31 | 0 | 0.37 | 0.30 | 111.69 | 0.3 | 0.57 |
| Hex | 7A | B2 | 71 | 1F | 0 | 25 | 1E | 70 | 1E | 39 |
| Octal | 172 | 262 | 161 | 37 | 0 | 45 | 36 | 160 | 36 | 71 |
| Binary | 1111010 | 10110010 | 1110001 | 11111 | 0 | 100101 | 11110 | 1110000 | 11110 | 111001 |
Color Harmonies of #7AB271
Complementary color
Monochromatic Colors of #7AB271
Black with #7AB271
Text Example
Text Example
White with #7AB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB271; }
p { color: rgb(122,178,113); }
H1.HeaderClassName
{
color: #7AB271;
}
.AnyTagClassName
{
color: #7AB271;
}
</style>
background-color css
<style>
a { background-color: #7AB271; }
a { background-color: rgb(122,178,113); }
div.DivClassName
{
background-color: #7AB271;
}
.BgClassName
{
background-color: #7AB271;
}
</style>
border-color css
<style>
span { border-color: #7AB271; }
span { border-color: rgb(122,178,113); }
td.TdClassName
{
border-color: #7AB271;
}
.TagClassName
{
border-color: #7AB271;
}
</style>