Shades of Amulet #78A869
Tints of Amulet #78A869
RGB
CMYK
RGB Variations
Color information
#78A869 (or 0x78A869) is known color: Amulet. HEX triplet: 78, A8 and 69. RGB value is (120,168,105). Sum of RGB (Red+Green+Blue) = 120+168+105=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #78A869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A869 is #875796. Grayscale: #929292. Windows color (decimal): -8869783 or 6924408. OLE color: 6924408.
HSL color Cylindrical-coordinate representation of color #78A869: hue angle of 105.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78A869 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 168 | 105 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.34 |
| HSL | 105.71º | 0.27% | 0.54% | - |
| HSV(B) | 105.71º | 0.38% | 0.66% | - |
| XYZ | 24.3 | 33.02 | 18.46 | - |
| YUV | 146.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 105 | 0.29 | 0 | 0.38 | 0.34 | 105.71 | 0.27 | 0.54 |
| Hex | 78 | A8 | 69 | 1D | 0 | 26 | 22 | 6A | 1B | 36 |
| Octal | 170 | 250 | 151 | 35 | 0 | 46 | 42 | 152 | 33 | 66 |
| Binary | 1111000 | 10101000 | 1101001 | 11101 | 0 | 100110 | 100010 | 1101010 | 11011 | 110110 |
Color Harmonies of #78A869
Complementary color
Monochromatic Colors of #78A869
Black with #78A869
Text Example
Text Example
White with #78A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A869; }
p { color: rgb(120,168,105); }
H1.HeaderClassName
{
color: #78A869;
}
.AnyTagClassName
{
color: #78A869;
}
</style>
background-color css
<style>
a { background-color: #78A869; }
a { background-color: rgb(120,168,105); }
div.DivClassName
{
background-color: #78A869;
}
.BgClassName
{
background-color: #78A869;
}
</style>
border-color css
<style>
span { border-color: #78A869; }
span { border-color: rgb(120,168,105); }
td.TdClassName
{
border-color: #78A869;
}
.TagClassName
{
border-color: #78A869;
}
</style>