Shades of Amulet #789B68
Tints of Amulet #789B68
RGB
CMYK
RGB Variations
Color information
#789B68 (or 0x789B68) is known color: Amulet. HEX triplet: 78, 9B and 68. RGB value is (120,155,104). Sum of RGB (Red+Green+Blue) = 120+155+104=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #789B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B68 is #876497. Grayscale: #8A8A8A. Windows color (decimal): -8873112 or 6855544. OLE color: 6855544.
HSL color Cylindrical-coordinate representation of color #789B68: hue angle of 101.18º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #789B68 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 104 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.39 |
| HSL | 101.18º | 0.2% | 0.51% | - |
| HSV(B) | 101.18º | 0.33% | 0.61% | - |
| XYZ | 21.97 | 28.44 | 17.43 | - |
| YUV | 138.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 104 | 0.23 | 0 | 0.33 | 0.39 | 101.18 | 0.2 | 0.51 |
| Hex | 78 | 9B | 68 | 17 | 0 | 21 | 27 | 65 | 14 | 33 |
| Octal | 170 | 233 | 150 | 27 | 0 | 41 | 47 | 145 | 24 | 63 |
| Binary | 1111000 | 10011011 | 1101000 | 10111 | 0 | 100001 | 100111 | 1100101 | 10100 | 110011 |
Color Harmonies of #789B68
Complementary color
Monochromatic Colors of #789B68
Black with #789B68
Text Example
Text Example
White with #789B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B68; }
p { color: rgb(120,155,104); }
H1.HeaderClassName
{
color: #789B68;
}
.AnyTagClassName
{
color: #789B68;
}
</style>
background-color css
<style>
a { background-color: #789B68; }
a { background-color: rgb(120,155,104); }
div.DivClassName
{
background-color: #789B68;
}
.BgClassName
{
background-color: #789B68;
}
</style>
border-color css
<style>
span { border-color: #789B68; }
span { border-color: rgb(120,155,104); }
td.TdClassName
{
border-color: #789B68;
}
.TagClassName
{
border-color: #789B68;
}
</style>