Shades of Amulet #78AA71
Tints of Amulet #78AA71
RGB
CMYK
RGB Variations
Color information
#78AA71 (or 0x78AA71) is known color: Amulet. HEX triplet: 78, AA and 71. RGB value is (120,170,113). Sum of RGB (Red+Green+Blue) = 120+170+113=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA71 is #87558E. Grayscale: #949494. Windows color (decimal): -8869263 or 7449208. OLE color: 7449208.
HSL color Cylindrical-coordinate representation of color #78AA71: hue angle of 112.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78AA71 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 113 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.33 |
| HSL | 112.63º | 0.25% | 0.55% | - |
| HSV(B) | 112.63º | 0.34% | 0.67% | - |
| XYZ | 25.1 | 33.93 | 20.85 | - |
| YUV | 148.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 113 | 0.29 | 0 | 0.34 | 0.33 | 112.63 | 0.25 | 0.55 |
| Hex | 78 | AA | 71 | 1D | 0 | 22 | 21 | 71 | 19 | 37 |
| Octal | 170 | 252 | 161 | 35 | 0 | 42 | 41 | 161 | 31 | 67 |
| Binary | 1111000 | 10101010 | 1110001 | 11101 | 0 | 100010 | 100001 | 1110001 | 11001 | 110111 |
Color Harmonies of #78AA71
Complementary color
Monochromatic Colors of #78AA71
Black with #78AA71
Text Example
Text Example
White with #78AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA71; }
p { color: rgb(120,170,113); }
H1.HeaderClassName
{
color: #78AA71;
}
.AnyTagClassName
{
color: #78AA71;
}
</style>
background-color css
<style>
a { background-color: #78AA71; }
a { background-color: rgb(120,170,113); }
div.DivClassName
{
background-color: #78AA71;
}
.BgClassName
{
background-color: #78AA71;
}
</style>
border-color css
<style>
span { border-color: #78AA71; }
span { border-color: rgb(120,170,113); }
td.TdClassName
{
border-color: #78AA71;
}
.TagClassName
{
border-color: #78AA71;
}
</style>