Shades of Amulet #78A764
Tints of Amulet #78A764
RGB
CMYK
RGB Variations
Color information
#78A764 (or 0x78A764) is known color: Amulet. HEX triplet: 78, A7 and 64. RGB value is (120,167,100). Sum of RGB (Red+Green+Blue) = 120+167+100=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #78A764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A764 is #87589B. Grayscale: #919191. Windows color (decimal): -8870044 or 6596472. OLE color: 6596472.
HSL color Cylindrical-coordinate representation of color #78A764: hue angle of 102.09º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78A764 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 167 | 100 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.35 |
| HSL | 102.09º | 0.28% | 0.52% | - |
| HSV(B) | 102.09º | 0.4% | 0.65% | - |
| XYZ | 23.86 | 32.55 | 17.08 | - |
| YUV | 145.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 167 | 100 | 0.28 | 0 | 0.40 | 0.35 | 102.09 | 0.28 | 0.52 |
| Hex | 78 | A7 | 64 | 1C | 0 | 28 | 23 | 66 | 1C | 34 |
| Octal | 170 | 247 | 144 | 34 | 0 | 50 | 43 | 146 | 34 | 64 |
| Binary | 1111000 | 10100111 | 1100100 | 11100 | 0 | 101000 | 100011 | 1100110 | 11100 | 110100 |
Color Harmonies of #78A764
Complementary color
Monochromatic Colors of #78A764
Black with #78A764
Text Example
Text Example
White with #78A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A764; }
p { color: rgb(120,167,100); }
H1.HeaderClassName
{
color: #78A764;
}
.AnyTagClassName
{
color: #78A764;
}
</style>
background-color css
<style>
a { background-color: #78A764; }
a { background-color: rgb(120,167,100); }
div.DivClassName
{
background-color: #78A764;
}
.BgClassName
{
background-color: #78A764;
}
</style>
border-color css
<style>
span { border-color: #78A764; }
span { border-color: rgb(120,167,100); }
td.TdClassName
{
border-color: #78A764;
}
.TagClassName
{
border-color: #78A764;
}
</style>