Shades of Amulet #789A67
Tints of Amulet #789A67
RGB
CMYK
RGB Variations
Color information
#789A67 (or 0x789A67) is known color: Amulet. HEX triplet: 78, 9A and 67. RGB value is (120,154,103). Sum of RGB (Red+Green+Blue) = 120+154+103=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #789A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789A67 is #876598. Grayscale: #8A8A8A. Windows color (decimal): -8873369 or 6789752. OLE color: 6789752.
HSL color Cylindrical-coordinate representation of color #789A67: hue angle of 100º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #789A67 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 103 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.40 |
| HSL | 100º | 0.2% | 0.5% | - |
| HSV(B) | 100º | 0.33% | 0.6% | - |
| XYZ | 21.75 | 28.08 | 17.11 | - |
| YUV | 138.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 103 | 0.22 | 0 | 0.33 | 0.40 | 100 | 0.2 | 0.5 |
| Hex | 78 | 9A | 67 | 16 | 0 | 21 | 28 | 64 | 14 | 32 |
| Octal | 170 | 232 | 147 | 26 | 0 | 41 | 50 | 144 | 24 | 62 |
| Binary | 1111000 | 10011010 | 1100111 | 10110 | 0 | 100001 | 101000 | 1100100 | 10100 | 110010 |
Color Harmonies of #789A67
Complementary color
Monochromatic Colors of #789A67
Black with #789A67
Text Example
Text Example
White with #789A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A67; }
p { color: rgb(120,154,103); }
H1.HeaderClassName
{
color: #789A67;
}
.AnyTagClassName
{
color: #789A67;
}
</style>
background-color css
<style>
a { background-color: #789A67; }
a { background-color: rgb(120,154,103); }
div.DivClassName
{
background-color: #789A67;
}
.BgClassName
{
background-color: #789A67;
}
</style>
border-color css
<style>
span { border-color: #789A67; }
span { border-color: rgb(120,154,103); }
td.TdClassName
{
border-color: #789A67;
}
.TagClassName
{
border-color: #789A67;
}
</style>