Shades of Amulet #78AA73
Tints of Amulet #78AA73
RGB
CMYK
RGB Variations
Color information
#78AA73 (or 0x78AA73) is known color: Amulet. HEX triplet: 78, AA and 73. RGB value is (120,170,115). Sum of RGB (Red+Green+Blue) = 120+170+115=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA73 is #87558C. Grayscale: #949494. Windows color (decimal): -8869261 or 7580280. OLE color: 7580280.
HSL color Cylindrical-coordinate representation of color #78AA73: hue angle of 114.55º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78AA73 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 115 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.33 |
| HSL | 114.55º | 0.24% | 0.56% | - |
| HSV(B) | 114.55º | 0.32% | 0.67% | - |
| XYZ | 25.21 | 33.98 | 21.45 | - |
| YUV | 148.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 115 | 0.29 | 0 | 0.32 | 0.33 | 114.55 | 0.24 | 0.56 |
| Hex | 78 | AA | 73 | 1D | 0 | 20 | 21 | 73 | 18 | 38 |
| Octal | 170 | 252 | 163 | 35 | 0 | 40 | 41 | 163 | 30 | 70 |
| Binary | 1111000 | 10101010 | 1110011 | 11101 | 0 | 100000 | 100001 | 1110011 | 11000 | 111000 |
Color Harmonies of #78AA73
Complementary color
Monochromatic Colors of #78AA73
Black with #78AA73
Text Example
Text Example
White with #78AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA73; }
p { color: rgb(120,170,115); }
H1.HeaderClassName
{
color: #78AA73;
}
.AnyTagClassName
{
color: #78AA73;
}
</style>
background-color css
<style>
a { background-color: #78AA73; }
a { background-color: rgb(120,170,115); }
div.DivClassName
{
background-color: #78AA73;
}
.BgClassName
{
background-color: #78AA73;
}
</style>
border-color css
<style>
span { border-color: #78AA73; }
span { border-color: rgb(120,170,115); }
td.TdClassName
{
border-color: #78AA73;
}
.TagClassName
{
border-color: #78AA73;
}
</style>