Shades of Amulet #7AB277
Tints of Amulet #7AB277
RGB
CMYK
RGB Variations
Color information
#7AB277 (or 0x7AB277) is known color: Amulet. HEX triplet: 7A, B2 and 77. RGB value is (122,178,119). Sum of RGB (Red+Green+Blue) = 122+178+119=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB277 is #854D88. Grayscale: #9A9A9A. Windows color (decimal): -8736137 or 7844474. OLE color: 7844474.
HSL color Cylindrical-coordinate representation of color #7AB277: hue angle of 116.95º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB277 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 119 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.30 |
| HSL | 116.95º | 0.28% | 0.58% | - |
| HSV(B) | 116.95º | 0.33% | 0.7% | - |
| XYZ | 27.28 | 37.31 | 23.22 | - |
| YUV | 154.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 119 | 0.31 | 0 | 0.33 | 0.30 | 116.95 | 0.28 | 0.58 |
| Hex | 7A | B2 | 77 | 1F | 0 | 21 | 1E | 75 | 1C | 3A |
| Octal | 172 | 262 | 167 | 37 | 0 | 41 | 36 | 165 | 34 | 72 |
| Binary | 1111010 | 10110010 | 1110111 | 11111 | 0 | 100001 | 11110 | 1110101 | 11100 | 111010 |
Color Harmonies of #7AB277
Complementary color
Monochromatic Colors of #7AB277
Black with #7AB277
Text Example
Text Example
White with #7AB277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB277; }
p { color: rgb(122,178,119); }
H1.HeaderClassName
{
color: #7AB277;
}
.AnyTagClassName
{
color: #7AB277;
}
</style>
background-color css
<style>
a { background-color: #7AB277; }
a { background-color: rgb(122,178,119); }
div.DivClassName
{
background-color: #7AB277;
}
.BgClassName
{
background-color: #7AB277;
}
</style>
border-color css
<style>
span { border-color: #7AB277; }
span { border-color: rgb(122,178,119); }
td.TdClassName
{
border-color: #7AB277;
}
.TagClassName
{
border-color: #7AB277;
}
</style>