Shades of Amulet #78AC70
Tints of Amulet #78AC70
RGB
CMYK
RGB Variations
Color information
#78AC70 (or 0x78AC70) is known color: Amulet. HEX triplet: 78, AC and 70. RGB value is (120,172,112). Sum of RGB (Red+Green+Blue) = 120+172+112=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC70 is #87538F. Grayscale: #959595. Windows color (decimal): -8868752 or 7384184. OLE color: 7384184.
HSL color Cylindrical-coordinate representation of color #78AC70: hue angle of 112º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78AC70 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 112 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.33 |
| HSL | 112º | 0.27% | 0.56% | - |
| HSV(B) | 112º | 0.35% | 0.67% | - |
| XYZ | 25.42 | 34.67 | 20.68 | - |
| YUV | 149.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 112 | 0.30 | 0 | 0.35 | 0.33 | 112 | 0.27 | 0.56 |
| Hex | 78 | AC | 70 | 1E | 0 | 23 | 21 | 70 | 1B | 38 |
| Octal | 170 | 254 | 160 | 36 | 0 | 43 | 41 | 160 | 33 | 70 |
| Binary | 1111000 | 10101100 | 1110000 | 11110 | 0 | 100011 | 100001 | 1110000 | 11011 | 111000 |
Color Harmonies of #78AC70
Complementary color
Monochromatic Colors of #78AC70
Black with #78AC70
Text Example
Text Example
White with #78AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC70; }
p { color: rgb(120,172,112); }
H1.HeaderClassName
{
color: #78AC70;
}
.AnyTagClassName
{
color: #78AC70;
}
</style>
background-color css
<style>
a { background-color: #78AC70; }
a { background-color: rgb(120,172,112); }
div.DivClassName
{
background-color: #78AC70;
}
.BgClassName
{
background-color: #78AC70;
}
</style>
border-color css
<style>
span { border-color: #78AC70; }
span { border-color: rgb(120,172,112); }
td.TdClassName
{
border-color: #78AC70;
}
.TagClassName
{
border-color: #78AC70;
}
</style>