Shades of Amulet #789D70
Tints of Amulet #789D70
RGB
CMYK
RGB Variations
Color information
#789D70 (or 0x789D70) is known color: Amulet. HEX triplet: 78, 9D and 70. RGB value is (120,157,112). Sum of RGB (Red+Green+Blue) = 120+157+112=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #789D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789D70 is #87628F. Grayscale: #8C8C8C. Windows color (decimal): -8872592 or 7380344. OLE color: 7380344.
HSL color Cylindrical-coordinate representation of color #789D70: hue angle of 109.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #789D70 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 112 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.38 |
| HSL | 109.33º | 0.19% | 0.53% | - |
| HSV(B) | 109.33º | 0.29% | 0.62% | - |
| XYZ | 22.73 | 29.28 | 19.78 | - |
| YUV | 140.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 112 | 0.24 | 0 | 0.29 | 0.38 | 109.33 | 0.19 | 0.53 |
| Hex | 78 | 9D | 70 | 18 | 0 | 1D | 26 | 6D | 13 | 35 |
| Octal | 170 | 235 | 160 | 30 | 0 | 35 | 46 | 155 | 23 | 65 |
| Binary | 1111000 | 10011101 | 1110000 | 11000 | 0 | 11101 | 100110 | 1101101 | 10011 | 110101 |
Color Harmonies of #789D70
Complementary color
Monochromatic Colors of #789D70
Black with #789D70
Text Example
Text Example
White with #789D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D70; }
p { color: rgb(120,157,112); }
H1.HeaderClassName
{
color: #789D70;
}
.AnyTagClassName
{
color: #789D70;
}
</style>
background-color css
<style>
a { background-color: #789D70; }
a { background-color: rgb(120,157,112); }
div.DivClassName
{
background-color: #789D70;
}
.BgClassName
{
background-color: #789D70;
}
</style>
border-color css
<style>
span { border-color: #789D70; }
span { border-color: rgb(120,157,112); }
td.TdClassName
{
border-color: #789D70;
}
.TagClassName
{
border-color: #789D70;
}
</style>