Shades of Amulet #789D66
Tints of Amulet #789D66
RGB
CMYK
RGB Variations
Color information
#789D66 (or 0x789D66) is known color: Amulet. HEX triplet: 78, 9D and 66. RGB value is (120,157,102). Sum of RGB (Red+Green+Blue) = 120+157+102=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #789D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789D66 is #876299. Grayscale: #8B8B8B. Windows color (decimal): -8872602 or 6724984. OLE color: 6724984.
HSL color Cylindrical-coordinate representation of color #789D66: hue angle of 100.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #789D66 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 102 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.38 |
| HSL | 100.36º | 0.22% | 0.51% | - |
| HSV(B) | 100.36º | 0.35% | 0.62% | - |
| XYZ | 22.2 | 29.07 | 17.01 | - |
| YUV | 139.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 102 | 0.24 | 0 | 0.35 | 0.38 | 100.36 | 0.22 | 0.51 |
| Hex | 78 | 9D | 66 | 18 | 0 | 23 | 26 | 64 | 16 | 33 |
| Octal | 170 | 235 | 146 | 30 | 0 | 43 | 46 | 144 | 26 | 63 |
| Binary | 1111000 | 10011101 | 1100110 | 11000 | 0 | 100011 | 100110 | 1100100 | 10110 | 110011 |
Color Harmonies of #789D66
Complementary color
Monochromatic Colors of #789D66
Black with #789D66
Text Example
Text Example
White with #789D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D66; }
p { color: rgb(120,157,102); }
H1.HeaderClassName
{
color: #789D66;
}
.AnyTagClassName
{
color: #789D66;
}
</style>
background-color css
<style>
a { background-color: #789D66; }
a { background-color: rgb(120,157,102); }
div.DivClassName
{
background-color: #789D66;
}
.BgClassName
{
background-color: #789D66;
}
</style>
border-color css
<style>
span { border-color: #789D66; }
span { border-color: rgb(120,157,102); }
td.TdClassName
{
border-color: #789D66;
}
.TagClassName
{
border-color: #789D66;
}
</style>