Shades of Amulet #78AB72
Tints of Amulet #78AB72
RGB
CMYK
RGB Variations
Color information
#78AB72 (or 0x78AB72) is known color: Amulet. HEX triplet: 78, AB and 72. RGB value is (120,171,114). Sum of RGB (Red+Green+Blue) = 120+171+114=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB72 is #87548D. Grayscale: #959595. Windows color (decimal): -8869006 or 7515000. OLE color: 7515000.
HSL color Cylindrical-coordinate representation of color #78AB72: hue angle of 113.68º 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 #78AB72 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 114 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.33 |
| HSL | 113.68º | 0.25% | 0.56% | - |
| HSV(B) | 113.68º | 0.33% | 0.67% | - |
| XYZ | 25.35 | 34.33 | 21.21 | - |
| YUV | 149.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 114 | 0.30 | 0 | 0.33 | 0.33 | 113.68 | 0.25 | 0.56 |
| Hex | 78 | AB | 72 | 1E | 0 | 21 | 21 | 72 | 19 | 38 |
| Octal | 170 | 253 | 162 | 36 | 0 | 41 | 41 | 162 | 31 | 70 |
| Binary | 1111000 | 10101011 | 1110010 | 11110 | 0 | 100001 | 100001 | 1110010 | 11001 | 111000 |
Color Harmonies of #78AB72
Complementary color
Monochromatic Colors of #78AB72
Black with #78AB72
Text Example
Text Example
White with #78AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB72; }
p { color: rgb(120,171,114); }
H1.HeaderClassName
{
color: #78AB72;
}
.AnyTagClassName
{
color: #78AB72;
}
</style>
background-color css
<style>
a { background-color: #78AB72; }
a { background-color: rgb(120,171,114); }
div.DivClassName
{
background-color: #78AB72;
}
.BgClassName
{
background-color: #78AB72;
}
</style>
border-color css
<style>
span { border-color: #78AB72; }
span { border-color: rgb(120,171,114); }
td.TdClassName
{
border-color: #78AB72;
}
.TagClassName
{
border-color: #78AB72;
}
</style>