Shades of Amulet #77A46A
Tints of Amulet #77A46A
RGB
CMYK
RGB Variations
Color information
#77A46A (or 0x77A46A) is known color: Amulet. HEX triplet: 77, A4 and 6A. RGB value is (119,164,106). Sum of RGB (Red+Green+Blue) = 119+164+106=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #77A46A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A46A is #885B95. Grayscale: #909090. Windows color (decimal): -8936342 or 6988919. OLE color: 6988919.
HSL color Cylindrical-coordinate representation of color #77A46A: hue angle of 106.55º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77A46A is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 164 | 106 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.36 |
| HSL | 106.55º | 0.24% | 0.53% | - |
| HSV(B) | 106.55º | 0.35% | 0.64% | - |
| XYZ | 23.48 | 31.51 | 18.48 | - |
| YUV | 143.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 164 | 106 | 0.27 | 0 | 0.35 | 0.36 | 106.55 | 0.24 | 0.53 |
| Hex | 77 | A4 | 6A | 1B | 0 | 23 | 24 | 6B | 18 | 35 |
| Octal | 167 | 244 | 152 | 33 | 0 | 43 | 44 | 153 | 30 | 65 |
| Binary | 1110111 | 10100100 | 1101010 | 11011 | 0 | 100011 | 100100 | 1101011 | 11000 | 110101 |
Color Harmonies of #77A46A
Complementary color
Monochromatic Colors of #77A46A
Black with #77A46A
Text Example
Text Example
White with #77A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A46A; }
p { color: rgb(119,164,106); }
H1.HeaderClassName
{
color: #77A46A;
}
.AnyTagClassName
{
color: #77A46A;
}
</style>
background-color css
<style>
a { background-color: #77A46A; }
a { background-color: rgb(119,164,106); }
div.DivClassName
{
background-color: #77A46A;
}
.BgClassName
{
background-color: #77A46A;
}
</style>
border-color css
<style>
span { border-color: #77A46A; }
span { border-color: rgb(119,164,106); }
td.TdClassName
{
border-color: #77A46A;
}
.TagClassName
{
border-color: #77A46A;
}
</style>