Shades of Amulet #78A26F
Tints of Amulet #78A26F
RGB
CMYK
RGB Variations
Color information
#78A26F (or 0x78A26F) is known color: Amulet. HEX triplet: 78, A2 and 6F. RGB value is (120,162,111). Sum of RGB (Red+Green+Blue) = 120+162+111=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #78A26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A26F is #875D90. Grayscale: #8F8F8F. Windows color (decimal): -8871313 or 7316088. OLE color: 7316088.
HSL color Cylindrical-coordinate representation of color #78A26F: hue angle of 109.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A26F is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 111 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.36 |
| HSL | 109.41º | 0.22% | 0.54% | - |
| HSV(B) | 109.41º | 0.31% | 0.64% | - |
| XYZ | 23.54 | 30.98 | 19.78 | - |
| YUV | 143.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 111 | 0.26 | 0 | 0.31 | 0.36 | 109.41 | 0.22 | 0.54 |
| Hex | 78 | A2 | 6F | 1A | 0 | 1F | 24 | 6D | 16 | 36 |
| Octal | 170 | 242 | 157 | 32 | 0 | 37 | 44 | 155 | 26 | 66 |
| Binary | 1111000 | 10100010 | 1101111 | 11010 | 0 | 11111 | 100100 | 1101101 | 10110 | 110110 |
Color Harmonies of #78A26F
Complementary color
Monochromatic Colors of #78A26F
Black with #78A26F
Text Example
Text Example
White with #78A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A26F; }
p { color: rgb(120,162,111); }
H1.HeaderClassName
{
color: #78A26F;
}
.AnyTagClassName
{
color: #78A26F;
}
</style>
background-color css
<style>
a { background-color: #78A26F; }
a { background-color: rgb(120,162,111); }
div.DivClassName
{
background-color: #78A26F;
}
.BgClassName
{
background-color: #78A26F;
}
</style>
border-color css
<style>
span { border-color: #78A26F; }
span { border-color: rgb(120,162,111); }
td.TdClassName
{
border-color: #78A26F;
}
.TagClassName
{
border-color: #78A26F;
}
</style>