Shades of Amulet #789F71
Tints of Amulet #789F71
RGB
CMYK
RGB Variations
Color information
#789F71 (or 0x789F71) is known color: Amulet. HEX triplet: 78, 9F and 71. RGB value is (120,159,113). Sum of RGB (Red+Green+Blue) = 120+159+113=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #789F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789F71 is #87608E. Grayscale: #8E8E8E. Windows color (decimal): -8872079 or 7446392. OLE color: 7446392.
HSL color Cylindrical-coordinate representation of color #789F71: hue angle of 110.87º 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 #789F71 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 113 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.38 |
| HSL | 110.87º | 0.19% | 0.53% | - |
| HSV(B) | 110.87º | 0.29% | 0.62% | - |
| XYZ | 23.12 | 29.98 | 20.19 | - |
| YUV | 142.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 113 | 0.25 | 0 | 0.29 | 0.38 | 110.87 | 0.19 | 0.53 |
| Hex | 78 | 9F | 71 | 19 | 0 | 1D | 26 | 6F | 13 | 35 |
| Octal | 170 | 237 | 161 | 31 | 0 | 35 | 46 | 157 | 23 | 65 |
| Binary | 1111000 | 10011111 | 1110001 | 11001 | 0 | 11101 | 100110 | 1101111 | 10011 | 110101 |
Color Harmonies of #789F71
Complementary color
Monochromatic Colors of #789F71
Black with #789F71
Text Example
Text Example
White with #789F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F71; }
p { color: rgb(120,159,113); }
H1.HeaderClassName
{
color: #789F71;
}
.AnyTagClassName
{
color: #789F71;
}
</style>
background-color css
<style>
a { background-color: #789F71; }
a { background-color: rgb(120,159,113); }
div.DivClassName
{
background-color: #789F71;
}
.BgClassName
{
background-color: #789F71;
}
</style>
border-color css
<style>
span { border-color: #789F71; }
span { border-color: rgb(120,159,113); }
td.TdClassName
{
border-color: #789F71;
}
.TagClassName
{
border-color: #789F71;
}
</style>