Shades of Amulet #78A471
Tints of Amulet #78A471
RGB
CMYK
RGB Variations
Color information
#78A471 (or 0x78A471) is known color: Amulet. HEX triplet: 78, A4 and 71. RGB value is (120,164,113). Sum of RGB (Red+Green+Blue) = 120+164+113=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #78A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A471 is #875B8E. Grayscale: #919191. Windows color (decimal): -8870799 or 7447672. OLE color: 7447672.
HSL color Cylindrical-coordinate representation of color #78A471: hue angle of 111.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A471 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 164 | 113 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.36 |
| HSL | 111.76º | 0.22% | 0.54% | - |
| HSV(B) | 111.76º | 0.31% | 0.64% | - |
| XYZ | 24 | 31.74 | 20.48 | - |
| YUV | 145.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 113 | 0.27 | 0 | 0.31 | 0.36 | 111.76 | 0.22 | 0.54 |
| Hex | 78 | A4 | 71 | 1B | 0 | 1F | 24 | 70 | 16 | 36 |
| Octal | 170 | 244 | 161 | 33 | 0 | 37 | 44 | 160 | 26 | 66 |
| Binary | 1111000 | 10100100 | 1110001 | 11011 | 0 | 11111 | 100100 | 1110000 | 10110 | 110110 |
Color Harmonies of #78A471
Complementary color
Monochromatic Colors of #78A471
Black with #78A471
Text Example
Text Example
White with #78A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A471; }
p { color: rgb(120,164,113); }
H1.HeaderClassName
{
color: #78A471;
}
.AnyTagClassName
{
color: #78A471;
}
</style>
background-color css
<style>
a { background-color: #78A471; }
a { background-color: rgb(120,164,113); }
div.DivClassName
{
background-color: #78A471;
}
.BgClassName
{
background-color: #78A471;
}
</style>
border-color css
<style>
span { border-color: #78A471; }
span { border-color: rgb(120,164,113); }
td.TdClassName
{
border-color: #78A471;
}
.TagClassName
{
border-color: #78A471;
}
</style>