Shades of Amulet #78A46B
Tints of Amulet #78A46B
RGB
CMYK
RGB Variations
Color information
#78A46B (or 0x78A46B) is known color: Amulet. HEX triplet: 78, A4 and 6B. RGB value is (120,164,107). Sum of RGB (Red+Green+Blue) = 120+164+107=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #78A46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A46B is #875B94. Grayscale: #909090. Windows color (decimal): -8870805 or 7054456. OLE color: 7054456.
HSL color Cylindrical-coordinate representation of color #78A46B: hue angle of 106.32º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78A46B is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 164 | 107 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.36 |
| HSL | 106.32º | 0.24% | 0.53% | - |
| HSV(B) | 106.32º | 0.35% | 0.64% | - |
| XYZ | 23.68 | 31.61 | 18.76 | - |
| YUV | 144.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 107 | 0.27 | 0 | 0.35 | 0.36 | 106.32 | 0.24 | 0.53 |
| Hex | 78 | A4 | 6B | 1B | 0 | 23 | 24 | 6A | 18 | 35 |
| Octal | 170 | 244 | 153 | 33 | 0 | 43 | 44 | 152 | 30 | 65 |
| Binary | 1111000 | 10100100 | 1101011 | 11011 | 0 | 100011 | 100100 | 1101010 | 11000 | 110101 |
Color Harmonies of #78A46B
Complementary color
Monochromatic Colors of #78A46B
Black with #78A46B
Text Example
Text Example
White with #78A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A46B; }
p { color: rgb(120,164,107); }
H1.HeaderClassName
{
color: #78A46B;
}
.AnyTagClassName
{
color: #78A46B;
}
</style>
background-color css
<style>
a { background-color: #78A46B; }
a { background-color: rgb(120,164,107); }
div.DivClassName
{
background-color: #78A46B;
}
.BgClassName
{
background-color: #78A46B;
}
</style>
border-color css
<style>
span { border-color: #78A46B; }
span { border-color: rgb(120,164,107); }
td.TdClassName
{
border-color: #78A46B;
}
.TagClassName
{
border-color: #78A46B;
}
</style>