Shades of Amulet #779D68
Tints of Amulet #779D68
RGB
CMYK
RGB Variations
Color information
#779D68 (or 0x779D68) is known color: Amulet. HEX triplet: 77, 9D and 68. RGB value is (119,157,104). Sum of RGB (Red+Green+Blue) = 119+157+104=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #779D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779D68 is #886297. Grayscale: #8B8B8B. Windows color (decimal): -8938136 or 6856055. OLE color: 6856055.
HSL color Cylindrical-coordinate representation of color #779D68: hue angle of 103.02º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #779D68 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 104 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.38 |
| HSL | 103.02º | 0.21% | 0.51% | - |
| HSV(B) | 103.02º | 0.34% | 0.62% | - |
| XYZ | 22.16 | 29.04 | 17.53 | - |
| YUV | 139.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 104 | 0.24 | 0 | 0.34 | 0.38 | 103.02 | 0.21 | 0.51 |
| Hex | 77 | 9D | 68 | 18 | 0 | 22 | 26 | 67 | 15 | 33 |
| Octal | 167 | 235 | 150 | 30 | 0 | 42 | 46 | 147 | 25 | 63 |
| Binary | 1110111 | 10011101 | 1101000 | 11000 | 0 | 100010 | 100110 | 1100111 | 10101 | 110011 |
Color Harmonies of #779D68
Complementary color
Monochromatic Colors of #779D68
Black with #779D68
Text Example
Text Example
White with #779D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D68; }
p { color: rgb(119,157,104); }
H1.HeaderClassName
{
color: #779D68;
}
.AnyTagClassName
{
color: #779D68;
}
</style>
background-color css
<style>
a { background-color: #779D68; }
a { background-color: rgb(119,157,104); }
div.DivClassName
{
background-color: #779D68;
}
.BgClassName
{
background-color: #779D68;
}
</style>
border-color css
<style>
span { border-color: #779D68; }
span { border-color: rgb(119,157,104); }
td.TdClassName
{
border-color: #779D68;
}
.TagClassName
{
border-color: #779D68;
}
</style>