Shades of Amulet #77AA71
Tints of Amulet #77AA71
RGB
CMYK
RGB Variations
Color information
#77AA71 (or 0x77AA71) is known color: Amulet. HEX triplet: 77, AA and 71. RGB value is (119,170,113). Sum of RGB (Red+Green+Blue) = 119+170+113=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA71 is #88558E. Grayscale: #949494. Windows color (decimal): -8934799 or 7449207. OLE color: 7449207.
HSL color Cylindrical-coordinate representation of color #77AA71: hue angle of 113.68º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77AA71 is Cyan = 0.3, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 113 | - |
| CMYK | 0.3 | 0 | 0.34 | 0.33 |
| HSL | 113.68º | 0.25% | 0.55% | - |
| HSV(B) | 113.68º | 0.34% | 0.67% | - |
| XYZ | 24.96 | 33.86 | 20.84 | - |
| YUV | 148.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 113 | 0.3 | 0 | 0.34 | 0.33 | 113.68 | 0.25 | 0.55 |
| Hex | 77 | AA | 71 | 1E | 0 | 22 | 21 | 72 | 19 | 37 |
| Octal | 167 | 252 | 161 | 36 | 0 | 42 | 41 | 162 | 31 | 67 |
| Binary | 1110111 | 10101010 | 1110001 | 11110 | 0 | 100010 | 100001 | 1110010 | 11001 | 110111 |
Color Harmonies of #77AA71
Complementary color
Monochromatic Colors of #77AA71
Black with #77AA71
Text Example
Text Example
White with #77AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA71; }
p { color: rgb(119,170,113); }
H1.HeaderClassName
{
color: #77AA71;
}
.AnyTagClassName
{
color: #77AA71;
}
</style>
background-color css
<style>
a { background-color: #77AA71; }
a { background-color: rgb(119,170,113); }
div.DivClassName
{
background-color: #77AA71;
}
.BgClassName
{
background-color: #77AA71;
}
</style>
border-color css
<style>
span { border-color: #77AA71; }
span { border-color: rgb(119,170,113); }
td.TdClassName
{
border-color: #77AA71;
}
.TagClassName
{
border-color: #77AA71;
}
</style>