Shades of Amulet #78A069
Tints of Amulet #78A069
RGB
CMYK
RGB Variations
Color information
#78A069 (or 0x78A069) is known color: Amulet. HEX triplet: 78, A0 and 69. RGB value is (120,160,105). Sum of RGB (Red+Green+Blue) = 120+160+105=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #78A069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A069 is #875F96. Grayscale: #8D8D8D. Windows color (decimal): -8871831 or 6922360. OLE color: 6922360.
HSL color Cylindrical-coordinate representation of color #78A069: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78A069 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 105 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.37 |
| HSL | 103.64º | 0.22% | 0.52% | - |
| HSV(B) | 103.64º | 0.34% | 0.63% | - |
| XYZ | 22.87 | 30.15 | 17.98 | - |
| YUV | 141.77 | 107.25 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 105 | 0.25 | 0 | 0.34 | 0.37 | 103.64 | 0.22 | 0.52 |
| Hex | 78 | A0 | 69 | 19 | 0 | 22 | 25 | 68 | 16 | 34 |
| Octal | 170 | 240 | 151 | 31 | 0 | 42 | 45 | 150 | 26 | 64 |
| Binary | 1111000 | 10100000 | 1101001 | 11001 | 0 | 100010 | 100101 | 1101000 | 10110 | 110100 |
Color Harmonies of #78A069
Complementary color
Monochromatic Colors of #78A069
Black with #78A069
Text Example
Text Example
White with #78A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A069; }
p { color: rgb(120,160,105); }
H1.HeaderClassName
{
color: #78A069;
}
.AnyTagClassName
{
color: #78A069;
}
</style>
background-color css
<style>
a { background-color: #78A069; }
a { background-color: rgb(120,160,105); }
div.DivClassName
{
background-color: #78A069;
}
.BgClassName
{
background-color: #78A069;
}
</style>
border-color css
<style>
span { border-color: #78A069; }
span { border-color: rgb(120,160,105); }
td.TdClassName
{
border-color: #78A069;
}
.TagClassName
{
border-color: #78A069;
}
</style>