Shades of Amulet #78A276
Tints of Amulet #78A276
RGB
CMYK
RGB Variations
Color information
#78A276 (or 0x78A276) is known color: Amulet. HEX triplet: 78, A2 and 76. RGB value is (120,162,118). Sum of RGB (Red+Green+Blue) = 120+162+118=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #78A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A276 is #875D89. Grayscale: #909090. Windows color (decimal): -8871306 or 7774840. OLE color: 7774840.
HSL color Cylindrical-coordinate representation of color #78A276: hue angle of 117.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A276 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 118 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.36 |
| HSL | 117.27º | 0.19% | 0.55% | - |
| HSV(B) | 117.27º | 0.27% | 0.64% | - |
| XYZ | 23.94 | 31.14 | 21.89 | - |
| YUV | 144.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 118 | 0.26 | 0 | 0.27 | 0.36 | 117.27 | 0.19 | 0.55 |
| Hex | 78 | A2 | 76 | 1A | 0 | 1B | 24 | 75 | 13 | 37 |
| Octal | 170 | 242 | 166 | 32 | 0 | 33 | 44 | 165 | 23 | 67 |
| Binary | 1111000 | 10100010 | 1110110 | 11010 | 0 | 11011 | 100100 | 1110101 | 10011 | 110111 |
Color Harmonies of #78A276
Complementary color
Monochromatic Colors of #78A276
Black with #78A276
Text Example
Text Example
White with #78A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A276; }
p { color: rgb(120,162,118); }
H1.HeaderClassName
{
color: #78A276;
}
.AnyTagClassName
{
color: #78A276;
}
</style>
background-color css
<style>
a { background-color: #78A276; }
a { background-color: rgb(120,162,118); }
div.DivClassName
{
background-color: #78A276;
}
.BgClassName
{
background-color: #78A276;
}
</style>
border-color css
<style>
span { border-color: #78A276; }
span { border-color: rgb(120,162,118); }
td.TdClassName
{
border-color: #78A276;
}
.TagClassName
{
border-color: #78A276;
}
</style>