Shades of Amulet #78A06D
Tints of Amulet #78A06D
RGB
CMYK
RGB Variations
Color information
#78A06D (or 0x78A06D) is known color: Amulet. HEX triplet: 78, A0 and 6D. RGB value is (120,160,109). Sum of RGB (Red+Green+Blue) = 120+160+109=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #78A06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A06D is #875F92. Grayscale: #8E8E8E. Windows color (decimal): -8871827 or 7184504. OLE color: 7184504.
HSL color Cylindrical-coordinate representation of color #78A06D: hue angle of 107.06º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78A06D is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 109 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.37 |
| HSL | 107.06º | 0.21% | 0.53% | - |
| HSV(B) | 107.06º | 0.32% | 0.63% | - |
| XYZ | 23.08 | 30.24 | 19.09 | - |
| YUV | 142.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 109 | 0.25 | 0 | 0.32 | 0.37 | 107.06 | 0.21 | 0.53 |
| Hex | 78 | A0 | 6D | 19 | 0 | 20 | 25 | 6B | 15 | 35 |
| Octal | 170 | 240 | 155 | 31 | 0 | 40 | 45 | 153 | 25 | 65 |
| Binary | 1111000 | 10100000 | 1101101 | 11001 | 0 | 100000 | 100101 | 1101011 | 10101 | 110101 |
Color Harmonies of #78A06D
Complementary color
Monochromatic Colors of #78A06D
Black with #78A06D
Text Example
Text Example
White with #78A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A06D; }
p { color: rgb(120,160,109); }
H1.HeaderClassName
{
color: #78A06D;
}
.AnyTagClassName
{
color: #78A06D;
}
</style>
background-color css
<style>
a { background-color: #78A06D; }
a { background-color: rgb(120,160,109); }
div.DivClassName
{
background-color: #78A06D;
}
.BgClassName
{
background-color: #78A06D;
}
</style>
border-color css
<style>
span { border-color: #78A06D; }
span { border-color: rgb(120,160,109); }
td.TdClassName
{
border-color: #78A06D;
}
.TagClassName
{
border-color: #78A06D;
}
</style>