Shades of Amulet #78AA68
Tints of Amulet #78AA68
RGB
CMYK
RGB Variations
Color information
#78AA68 (or 0x78AA68) is known color: Amulet. HEX triplet: 78, AA and 68. RGB value is (120,170,104). Sum of RGB (Red+Green+Blue) = 120+170+104=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA68 is #875597. Grayscale: #939393. Windows color (decimal): -8869272 or 6859384. OLE color: 6859384.
HSL color Cylindrical-coordinate representation of color #78AA68: hue angle of 105.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78AA68 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 104 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.33 |
| HSL | 105.45º | 0.28% | 0.54% | - |
| HSV(B) | 105.45º | 0.39% | 0.67% | - |
| XYZ | 24.62 | 33.74 | 18.31 | - |
| YUV | 147.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 104 | 0.29 | 0 | 0.39 | 0.33 | 105.45 | 0.28 | 0.54 |
| Hex | 78 | AA | 68 | 1D | 0 | 27 | 21 | 69 | 1C | 36 |
| Octal | 170 | 252 | 150 | 35 | 0 | 47 | 41 | 151 | 34 | 66 |
| Binary | 1111000 | 10101010 | 1101000 | 11101 | 0 | 100111 | 100001 | 1101001 | 11100 | 110110 |
Color Harmonies of #78AA68
Complementary color
Monochromatic Colors of #78AA68
Black with #78AA68
Text Example
Text Example
White with #78AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA68; }
p { color: rgb(120,170,104); }
H1.HeaderClassName
{
color: #78AA68;
}
.AnyTagClassName
{
color: #78AA68;
}
</style>
background-color css
<style>
a { background-color: #78AA68; }
a { background-color: rgb(120,170,104); }
div.DivClassName
{
background-color: #78AA68;
}
.BgClassName
{
background-color: #78AA68;
}
</style>
border-color css
<style>
span { border-color: #78AA68; }
span { border-color: rgb(120,170,104); }
td.TdClassName
{
border-color: #78AA68;
}
.TagClassName
{
border-color: #78AA68;
}
</style>