Shades of Amulet #78AB78
Tints of Amulet #78AB78
RGB
CMYK
RGB Variations
Color information
#78AB78 (or 0x78AB78) is known color: Amulet. HEX triplet: 78, AB and 78. RGB value is (120,171,120). Sum of RGB (Red+Green+Blue) = 120+171+120=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB78 is #875487. Grayscale: #969696. Windows color (decimal): -8869000 or 7908216. OLE color: 7908216.
HSL color Cylindrical-coordinate representation of color #78AB78: hue angle of 120º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AB78 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 120 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.33 |
| HSL | 120º | 0.23% | 0.57% | - |
| HSV(B) | 120º | 0.3% | 0.67% | - |
| XYZ | 25.7 | 34.47 | 23.07 | - |
| YUV | 149.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 120 | 0.30 | 0 | 0.30 | 0.33 | 120 | 0.23 | 0.57 |
| Hex | 78 | AB | 78 | 1E | 0 | 1E | 21 | 78 | 17 | 39 |
| Octal | 170 | 253 | 170 | 36 | 0 | 36 | 41 | 170 | 27 | 71 |
| Binary | 1111000 | 10101011 | 1111000 | 11110 | 0 | 11110 | 100001 | 1111000 | 10111 | 111001 |
Color Harmonies of #78AB78
Complementary color
Monochromatic Colors of #78AB78
Black with #78AB78
Text Example
Text Example
White with #78AB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB78; }
p { color: rgb(120,171,120); }
H1.HeaderClassName
{
color: #78AB78;
}
.AnyTagClassName
{
color: #78AB78;
}
</style>
background-color css
<style>
a { background-color: #78AB78; }
a { background-color: rgb(120,171,120); }
div.DivClassName
{
background-color: #78AB78;
}
.BgClassName
{
background-color: #78AB78;
}
</style>
border-color css
<style>
span { border-color: #78AB78; }
span { border-color: rgb(120,171,120); }
td.TdClassName
{
border-color: #78AB78;
}
.TagClassName
{
border-color: #78AB78;
}
</style>