Shades of Amulet #78AA65
Tints of Amulet #78AA65
RGB
CMYK
RGB Variations
Color information
#78AA65 (or 0x78AA65) is known color: Amulet. HEX triplet: 78, AA and 65. RGB value is (120,170,101). Sum of RGB (Red+Green+Blue) = 120+170+101=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA65 is #87559A. Grayscale: #939393. Windows color (decimal): -8869275 or 6662776. OLE color: 6662776.
HSL color Cylindrical-coordinate representation of color #78AA65: hue angle of 103.48º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78AA65 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 101 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.33 |
| HSL | 103.48º | 0.29% | 0.53% | - |
| HSV(B) | 103.48º | 0.41% | 0.67% | - |
| XYZ | 24.47 | 33.68 | 17.52 | - |
| YUV | 147.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 101 | 0.29 | 0 | 0.41 | 0.33 | 103.48 | 0.29 | 0.53 |
| Hex | 78 | AA | 65 | 1D | 0 | 29 | 21 | 67 | 1D | 35 |
| Octal | 170 | 252 | 145 | 35 | 0 | 51 | 41 | 147 | 35 | 65 |
| Binary | 1111000 | 10101010 | 1100101 | 11101 | 0 | 101001 | 100001 | 1100111 | 11101 | 110101 |
Color Harmonies of #78AA65
Complementary color
Monochromatic Colors of #78AA65
Black with #78AA65
Text Example
Text Example
White with #78AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA65; }
p { color: rgb(120,170,101); }
H1.HeaderClassName
{
color: #78AA65;
}
.AnyTagClassName
{
color: #78AA65;
}
</style>
background-color css
<style>
a { background-color: #78AA65; }
a { background-color: rgb(120,170,101); }
div.DivClassName
{
background-color: #78AA65;
}
.BgClassName
{
background-color: #78AA65;
}
</style>
border-color css
<style>
span { border-color: #78AA65; }
span { border-color: rgb(120,170,101); }
td.TdClassName
{
border-color: #78AA65;
}
.TagClassName
{
border-color: #78AA65;
}
</style>