Shades of Amulet #78966C
Tints of Amulet #78966C
RGB
CMYK
RGB Variations
Color information
#78966C (or 0x78966C) is known color: Amulet. HEX triplet: 78, 96 and 6C. RGB value is (120,150,108). Sum of RGB (Red+Green+Blue) = 120+150+108=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #78966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78966C is #876993. Grayscale: #888888. Windows color (decimal): -8874388 or 7116408. OLE color: 7116408.
HSL color Cylindrical-coordinate representation of color #78966C: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78966C is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 108 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.41 |
| HSL | 102.86º | 0.17% | 0.51% | - |
| HSV(B) | 102.86º | 0.28% | 0.59% | - |
| XYZ | 21.36 | 26.89 | 18.25 | - |
| YUV | 136.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 108 | 0.20 | 0 | 0.28 | 0.41 | 102.86 | 0.17 | 0.51 |
| Hex | 78 | 96 | 6C | 14 | 0 | 1C | 29 | 67 | 11 | 33 |
| Octal | 170 | 226 | 154 | 24 | 0 | 34 | 51 | 147 | 21 | 63 |
| Binary | 1111000 | 10010110 | 1101100 | 10100 | 0 | 11100 | 101001 | 1100111 | 10001 | 110011 |
Color Harmonies of #78966C
Complementary color
Monochromatic Colors of #78966C
Black with #78966C
Text Example
Text Example
White with #78966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78966C; }
p { color: rgb(120,150,108); }
H1.HeaderClassName
{
color: #78966C;
}
.AnyTagClassName
{
color: #78966C;
}
</style>
background-color css
<style>
a { background-color: #78966C; }
a { background-color: rgb(120,150,108); }
div.DivClassName
{
background-color: #78966C;
}
.BgClassName
{
background-color: #78966C;
}
</style>
border-color css
<style>
span { border-color: #78966C; }
span { border-color: rgb(120,150,108); }
td.TdClassName
{
border-color: #78966C;
}
.TagClassName
{
border-color: #78966C;
}
</style>