Shades of Amulet #7AB575
Tints of Amulet #7AB575
RGB
CMYK
RGB Variations
Color information
#7AB575 (or 0x7AB575) is known color: Amulet. HEX triplet: 7A, B5 and 75. RGB value is (122,181,117). Sum of RGB (Red+Green+Blue) = 122+181+117=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB575 is #854A8A. Grayscale: #9C9C9C. Windows color (decimal): -8735371 or 7714170. OLE color: 7714170.
HSL color Cylindrical-coordinate representation of color #7AB575: hue angle of 115.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AB575 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 117 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.29 |
| HSL | 115.31º | 0.3% | 0.58% | - |
| HSV(B) | 115.31º | 0.35% | 0.71% | - |
| XYZ | 27.76 | 38.47 | 22.79 | - |
| YUV | 156.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 117 | 0.33 | 0 | 0.35 | 0.29 | 115.31 | 0.3 | 0.58 |
| Hex | 7A | B5 | 75 | 21 | 0 | 23 | 1D | 73 | 1E | 3A |
| Octal | 172 | 265 | 165 | 41 | 0 | 43 | 35 | 163 | 36 | 72 |
| Binary | 1111010 | 10110101 | 1110101 | 100001 | 0 | 100011 | 11101 | 1110011 | 11110 | 111010 |
Color Harmonies of #7AB575
Complementary color
Monochromatic Colors of #7AB575
Black with #7AB575
Text Example
Text Example
White with #7AB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB575; }
p { color: rgb(122,181,117); }
H1.HeaderClassName
{
color: #7AB575;
}
.AnyTagClassName
{
color: #7AB575;
}
</style>
background-color css
<style>
a { background-color: #7AB575; }
a { background-color: rgb(122,181,117); }
div.DivClassName
{
background-color: #7AB575;
}
.BgClassName
{
background-color: #7AB575;
}
</style>
border-color css
<style>
span { border-color: #7AB575; }
span { border-color: rgb(122,181,117); }
td.TdClassName
{
border-color: #7AB575;
}
.TagClassName
{
border-color: #7AB575;
}
</style>