Shades of Amulet #78946A
Tints of Amulet #78946A
RGB
CMYK
RGB Variations
Color information
#78946A (or 0x78946A) is known color: Amulet. HEX triplet: 78, 94 and 6A. RGB value is (120,148,106). Sum of RGB (Red+Green+Blue) = 120+148+106=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #78946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78946A is #876B95. Grayscale: #868686. Windows color (decimal): -8874902 or 6984824. OLE color: 6984824.
HSL color Cylindrical-coordinate representation of color #78946A: hue angle of 100º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78946A is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 106 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.42 |
| HSL | 100º | 0.17% | 0.5% | - |
| HSV(B) | 100º | 0.28% | 0.58% | - |
| XYZ | 20.94 | 26.21 | 17.59 | - |
| YUV | 134.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 106 | 0.19 | 0 | 0.28 | 0.42 | 100 | 0.17 | 0.5 |
| Hex | 78 | 94 | 6A | 13 | 0 | 1C | 2A | 64 | 11 | 32 |
| Octal | 170 | 224 | 152 | 23 | 0 | 34 | 52 | 144 | 21 | 62 |
| Binary | 1111000 | 10010100 | 1101010 | 10011 | 0 | 11100 | 101010 | 1100100 | 10001 | 110010 |
Color Harmonies of #78946A
Complementary color
Monochromatic Colors of #78946A
Black with #78946A
Text Example
Text Example
White with #78946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78946A; }
p { color: rgb(120,148,106); }
H1.HeaderClassName
{
color: #78946A;
}
.AnyTagClassName
{
color: #78946A;
}
</style>
background-color css
<style>
a { background-color: #78946A; }
a { background-color: rgb(120,148,106); }
div.DivClassName
{
background-color: #78946A;
}
.BgClassName
{
background-color: #78946A;
}
</style>
border-color css
<style>
span { border-color: #78946A; }
span { border-color: rgb(120,148,106); }
td.TdClassName
{
border-color: #78946A;
}
.TagClassName
{
border-color: #78946A;
}
</style>