Shades of Amulet #78A770
Tints of Amulet #78A770
RGB
CMYK
RGB Variations
Color information
#78A770 (or 0x78A770) is known color: Amulet. HEX triplet: 78, A7 and 70. RGB value is (120,167,112). Sum of RGB (Red+Green+Blue) = 120+167+112=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #78A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A770 is #87588F. Grayscale: #929292. Windows color (decimal): -8870032 or 7382904. OLE color: 7382904.
HSL color Cylindrical-coordinate representation of color #78A770: hue angle of 111.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78A770 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 167 | 112 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.35 |
| HSL | 111.27º | 0.24% | 0.55% | - |
| HSV(B) | 111.27º | 0.33% | 0.65% | - |
| XYZ | 24.49 | 32.8 | 20.37 | - |
| YUV | 146.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 167 | 112 | 0.28 | 0 | 0.33 | 0.35 | 111.27 | 0.24 | 0.55 |
| Hex | 78 | A7 | 70 | 1C | 0 | 21 | 23 | 6F | 18 | 37 |
| Octal | 170 | 247 | 160 | 34 | 0 | 41 | 43 | 157 | 30 | 67 |
| Binary | 1111000 | 10100111 | 1110000 | 11100 | 0 | 100001 | 100011 | 1101111 | 11000 | 110111 |
Color Harmonies of #78A770
Complementary color
Monochromatic Colors of #78A770
Black with #78A770
Text Example
Text Example
White with #78A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A770; }
p { color: rgb(120,167,112); }
H1.HeaderClassName
{
color: #78A770;
}
.AnyTagClassName
{
color: #78A770;
}
</style>
background-color css
<style>
a { background-color: #78A770; }
a { background-color: rgb(120,167,112); }
div.DivClassName
{
background-color: #78A770;
}
.BgClassName
{
background-color: #78A770;
}
</style>
border-color css
<style>
span { border-color: #78A770; }
span { border-color: rgb(120,167,112); }
td.TdClassName
{
border-color: #78A770;
}
.TagClassName
{
border-color: #78A770;
}
</style>