Shades of Amulet #77AD6D
Tints of Amulet #77AD6D
RGB
CMYK
RGB Variations
Color information
#77AD6D (or 0x77AD6D) is known color: Amulet. HEX triplet: 77, AD and 6D. RGB value is (119,173,109). Sum of RGB (Red+Green+Blue) = 119+173+109=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AD6D is #885292. Grayscale: #959595. Windows color (decimal): -8934035 or 7187831. OLE color: 7187831.
HSL color Cylindrical-coordinate representation of color #77AD6D: hue angle of 110.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77AD6D is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 173 | 109 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.32 |
| HSL | 110.63º | 0.28% | 0.55% | - |
| HSV(B) | 110.63º | 0.37% | 0.68% | - |
| XYZ | 25.31 | 34.91 | 19.87 | - |
| YUV | 149.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 109 | 0.31 | 0 | 0.37 | 0.32 | 110.63 | 0.28 | 0.55 |
| Hex | 77 | AD | 6D | 1F | 0 | 25 | 20 | 6F | 1C | 37 |
| Octal | 167 | 255 | 155 | 37 | 0 | 45 | 40 | 157 | 34 | 67 |
| Binary | 1110111 | 10101101 | 1101101 | 11111 | 0 | 100101 | 100000 | 1101111 | 11100 | 110111 |
Color Harmonies of #77AD6D
Complementary color
Monochromatic Colors of #77AD6D
Black with #77AD6D
Text Example
Text Example
White with #77AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AD6D; }
p { color: rgb(119,173,109); }
H1.HeaderClassName
{
color: #77AD6D;
}
.AnyTagClassName
{
color: #77AD6D;
}
</style>
background-color css
<style>
a { background-color: #77AD6D; }
a { background-color: rgb(119,173,109); }
div.DivClassName
{
background-color: #77AD6D;
}
.BgClassName
{
background-color: #77AD6D;
}
</style>
border-color css
<style>
span { border-color: #77AD6D; }
span { border-color: rgb(119,173,109); }
td.TdClassName
{
border-color: #77AD6D;
}
.TagClassName
{
border-color: #77AD6D;
}
</style>