Shades of Amulet #78A473
Tints of Amulet #78A473
RGB
CMYK
RGB Variations
Color information
#78A473 (or 0x78A473) is known color: Amulet. HEX triplet: 78, A4 and 73. RGB value is (120,164,115). Sum of RGB (Red+Green+Blue) = 120+164+115=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #78A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A473 is #875B8C. Grayscale: #919191. Windows color (decimal): -8870797 or 7578744. OLE color: 7578744.
HSL color Cylindrical-coordinate representation of color #78A473: hue angle of 113.88º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78A473 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 164 | 115 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.36 |
| HSL | 113.88º | 0.21% | 0.55% | - |
| HSV(B) | 113.88º | 0.3% | 0.64% | - |
| XYZ | 24.12 | 31.78 | 21.08 | - |
| YUV | 145.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 115 | 0.27 | 0 | 0.30 | 0.36 | 113.88 | 0.21 | 0.55 |
| Hex | 78 | A4 | 73 | 1B | 0 | 1E | 24 | 72 | 15 | 37 |
| Octal | 170 | 244 | 163 | 33 | 0 | 36 | 44 | 162 | 25 | 67 |
| Binary | 1111000 | 10100100 | 1110011 | 11011 | 0 | 11110 | 100100 | 1110010 | 10101 | 110111 |
Color Harmonies of #78A473
Complementary color
Monochromatic Colors of #78A473
Black with #78A473
Text Example
Text Example
White with #78A473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A473; }
p { color: rgb(120,164,115); }
H1.HeaderClassName
{
color: #78A473;
}
.AnyTagClassName
{
color: #78A473;
}
</style>
background-color css
<style>
a { background-color: #78A473; }
a { background-color: rgb(120,164,115); }
div.DivClassName
{
background-color: #78A473;
}
.BgClassName
{
background-color: #78A473;
}
</style>
border-color css
<style>
span { border-color: #78A473; }
span { border-color: rgb(120,164,115); }
td.TdClassName
{
border-color: #78A473;
}
.TagClassName
{
border-color: #78A473;
}
</style>