Shades of Amulet #78946C
Tints of Amulet #78946C
RGB
CMYK
RGB Variations
Color information
#78946C (or 0x78946C) is known color: Amulet. HEX triplet: 78, 94 and 6C. RGB value is (120,148,108). Sum of RGB (Red+Green+Blue) = 120+148+108=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #78946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78946C is #876B93. Grayscale: #878787. Windows color (decimal): -8874900 or 7115896. OLE color: 7115896.
HSL color Cylindrical-coordinate representation of color #78946C: hue angle of 102º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78946C is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 108 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.42 |
| HSL | 102º | 0.16% | 0.5% | - |
| HSV(B) | 102º | 0.27% | 0.58% | - |
| XYZ | 21.04 | 26.26 | 18.15 | - |
| YUV | 135.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 108 | 0.19 | 0 | 0.27 | 0.42 | 102 | 0.16 | 0.5 |
| Hex | 78 | 94 | 6C | 13 | 0 | 1B | 2A | 66 | 10 | 32 |
| Octal | 170 | 224 | 154 | 23 | 0 | 33 | 52 | 146 | 20 | 62 |
| Binary | 1111000 | 10010100 | 1101100 | 10011 | 0 | 11011 | 101010 | 1100110 | 10000 | 110010 |
Color Harmonies of #78946C
Complementary color
Monochromatic Colors of #78946C
Black with #78946C
Text Example
Text Example
White with #78946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78946C; }
p { color: rgb(120,148,108); }
H1.HeaderClassName
{
color: #78946C;
}
.AnyTagClassName
{
color: #78946C;
}
</style>
background-color css
<style>
a { background-color: #78946C; }
a { background-color: rgb(120,148,108); }
div.DivClassName
{
background-color: #78946C;
}
.BgClassName
{
background-color: #78946C;
}
</style>
border-color css
<style>
span { border-color: #78946C; }
span { border-color: rgb(120,148,108); }
td.TdClassName
{
border-color: #78946C;
}
.TagClassName
{
border-color: #78946C;
}
</style>