Shades of Amulet #789E6B
Tints of Amulet #789E6B
RGB
CMYK
RGB Variations
Color information
#789E6B (or 0x789E6B) is known color: Amulet. HEX triplet: 78, 9E and 6B. RGB value is (120,158,107). Sum of RGB (Red+Green+Blue) = 120+158+107=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #789E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E6B is #876194. Grayscale: #8C8C8C. Windows color (decimal): -8872341 or 7052920. OLE color: 7052920.
HSL color Cylindrical-coordinate representation of color #789E6B: hue angle of 104.71º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #789E6B is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 107 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.38 |
| HSL | 104.71º | 0.21% | 0.52% | - |
| HSV(B) | 104.71º | 0.32% | 0.62% | - |
| XYZ | 22.63 | 29.51 | 18.41 | - |
| YUV | 140.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 107 | 0.24 | 0 | 0.32 | 0.38 | 104.71 | 0.21 | 0.52 |
| Hex | 78 | 9E | 6B | 18 | 0 | 20 | 26 | 69 | 15 | 34 |
| Octal | 170 | 236 | 153 | 30 | 0 | 40 | 46 | 151 | 25 | 64 |
| Binary | 1111000 | 10011110 | 1101011 | 11000 | 0 | 100000 | 100110 | 1101001 | 10101 | 110100 |
Color Harmonies of #789E6B
Complementary color
Monochromatic Colors of #789E6B
Black with #789E6B
Text Example
Text Example
White with #789E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E6B; }
p { color: rgb(120,158,107); }
H1.HeaderClassName
{
color: #789E6B;
}
.AnyTagClassName
{
color: #789E6B;
}
</style>
background-color css
<style>
a { background-color: #789E6B; }
a { background-color: rgb(120,158,107); }
div.DivClassName
{
background-color: #789E6B;
}
.BgClassName
{
background-color: #789E6B;
}
</style>
border-color css
<style>
span { border-color: #789E6B; }
span { border-color: rgb(120,158,107); }
td.TdClassName
{
border-color: #789E6B;
}
.TagClassName
{
border-color: #789E6B;
}
</style>