Shades of Amulet #78AB73
Tints of Amulet #78AB73
RGB
CMYK
RGB Variations
Color information
#78AB73 (or 0x78AB73) is known color: Amulet. HEX triplet: 78, AB and 73. RGB value is (120,171,115). Sum of RGB (Red+Green+Blue) = 120+171+115=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB73 is #87548C. Grayscale: #959595. Windows color (decimal): -8869005 or 7580536. OLE color: 7580536.
HSL color Cylindrical-coordinate representation of color #78AB73: hue angle of 114.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78AB73 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 115 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.33 |
| HSL | 114.64º | 0.25% | 0.56% | - |
| HSV(B) | 114.64º | 0.33% | 0.67% | - |
| XYZ | 25.4 | 34.36 | 21.51 | - |
| YUV | 149.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 115 | 0.30 | 0 | 0.33 | 0.33 | 114.64 | 0.25 | 0.56 |
| Hex | 78 | AB | 73 | 1E | 0 | 21 | 21 | 73 | 19 | 38 |
| Octal | 170 | 253 | 163 | 36 | 0 | 41 | 41 | 163 | 31 | 70 |
| Binary | 1111000 | 10101011 | 1110011 | 11110 | 0 | 100001 | 100001 | 1110011 | 11001 | 111000 |
Color Harmonies of #78AB73
Complementary color
Monochromatic Colors of #78AB73
Black with #78AB73
Text Example
Text Example
White with #78AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB73; }
p { color: rgb(120,171,115); }
H1.HeaderClassName
{
color: #78AB73;
}
.AnyTagClassName
{
color: #78AB73;
}
</style>
background-color css
<style>
a { background-color: #78AB73; }
a { background-color: rgb(120,171,115); }
div.DivClassName
{
background-color: #78AB73;
}
.BgClassName
{
background-color: #78AB73;
}
</style>
border-color css
<style>
span { border-color: #78AB73; }
span { border-color: rgb(120,171,115); }
td.TdClassName
{
border-color: #78AB73;
}
.TagClassName
{
border-color: #78AB73;
}
</style>