Shades of Amulet #78A865
Tints of Amulet #78A865
RGB
CMYK
RGB Variations
Color information
#78A865 (or 0x78A865) is known color: Amulet. HEX triplet: 78, A8 and 65. RGB value is (120,168,101). Sum of RGB (Red+Green+Blue) = 120+168+101=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #78A865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A865 is #87579A. Grayscale: #929292. Windows color (decimal): -8869787 or 6662264. OLE color: 6662264.
HSL color Cylindrical-coordinate representation of color #78A865: hue angle of 102.99º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78A865 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 168 | 101 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.34 |
| HSL | 102.99º | 0.28% | 0.53% | - |
| HSV(B) | 102.99º | 0.4% | 0.66% | - |
| XYZ | 24.1 | 32.94 | 17.4 | - |
| YUV | 146.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 101 | 0.29 | 0 | 0.40 | 0.34 | 102.99 | 0.28 | 0.53 |
| Hex | 78 | A8 | 65 | 1D | 0 | 28 | 22 | 67 | 1C | 35 |
| Octal | 170 | 250 | 145 | 35 | 0 | 50 | 42 | 147 | 34 | 65 |
| Binary | 1111000 | 10101000 | 1100101 | 11101 | 0 | 101000 | 100010 | 1100111 | 11100 | 110101 |
Color Harmonies of #78A865
Complementary color
Monochromatic Colors of #78A865
Black with #78A865
Text Example
Text Example
White with #78A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A865; }
p { color: rgb(120,168,101); }
H1.HeaderClassName
{
color: #78A865;
}
.AnyTagClassName
{
color: #78A865;
}
</style>
background-color css
<style>
a { background-color: #78A865; }
a { background-color: rgb(120,168,101); }
div.DivClassName
{
background-color: #78A865;
}
.BgClassName
{
background-color: #78A865;
}
</style>
border-color css
<style>
span { border-color: #78A865; }
span { border-color: rgb(120,168,101); }
td.TdClassName
{
border-color: #78A865;
}
.TagClassName
{
border-color: #78A865;
}
</style>