Shades of Amulet #78946B
Tints of Amulet #78946B
RGB
CMYK
RGB Variations
Color information
#78946B (or 0x78946B) is known color: Amulet. HEX triplet: 78, 94 and 6B. RGB value is (120,148,107). Sum of RGB (Red+Green+Blue) = 120+148+107=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #78946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78946B is #876B94. Grayscale: #878787. Windows color (decimal): -8874901 or 7050360. OLE color: 7050360.
HSL color Cylindrical-coordinate representation of color #78946B: hue angle of 100.98º degrees, saturation: 0.16, 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 #78946B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 107 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.42 |
| HSL | 100.98º | 0.16% | 0.5% | - |
| HSV(B) | 100.98º | 0.28% | 0.58% | - |
| XYZ | 20.99 | 26.23 | 17.87 | - |
| YUV | 134.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 107 | 0.19 | 0 | 0.28 | 0.42 | 100.98 | 0.16 | 0.5 |
| Hex | 78 | 94 | 6B | 13 | 0 | 1C | 2A | 65 | 10 | 32 |
| Octal | 170 | 224 | 153 | 23 | 0 | 34 | 52 | 145 | 20 | 62 |
| Binary | 1111000 | 10010100 | 1101011 | 10011 | 0 | 11100 | 101010 | 1100101 | 10000 | 110010 |
Color Harmonies of #78946B
Complementary color
Monochromatic Colors of #78946B
Black with #78946B
Text Example
Text Example
White with #78946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78946B; }
p { color: rgb(120,148,107); }
H1.HeaderClassName
{
color: #78946B;
}
.AnyTagClassName
{
color: #78946B;
}
</style>
background-color css
<style>
a { background-color: #78946B; }
a { background-color: rgb(120,148,107); }
div.DivClassName
{
background-color: #78946B;
}
.BgClassName
{
background-color: #78946B;
}
</style>
border-color css
<style>
span { border-color: #78946B; }
span { border-color: rgb(120,148,107); }
td.TdClassName
{
border-color: #78946B;
}
.TagClassName
{
border-color: #78946B;
}
</style>