Shades of Amulet #78A373
Tints of Amulet #78A373
RGB
CMYK
RGB Variations
Color information
#78A373 (or 0x78A373) is known color: Amulet. HEX triplet: 78, A3 and 73. RGB value is (120,163,115). Sum of RGB (Red+Green+Blue) = 120+163+115=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #78A373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A373 is #875C8C. Grayscale: #909090. Windows color (decimal): -8871053 or 7578488. OLE color: 7578488.
HSL color Cylindrical-coordinate representation of color #78A373: hue angle of 113.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A373 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 115 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.36 |
| HSL | 113.75º | 0.21% | 0.55% | - |
| HSV(B) | 113.75º | 0.29% | 0.64% | - |
| XYZ | 23.94 | 31.43 | 21.02 | - |
| YUV | 144.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 115 | 0.26 | 0 | 0.29 | 0.36 | 113.75 | 0.21 | 0.55 |
| Hex | 78 | A3 | 73 | 1A | 0 | 1D | 24 | 72 | 15 | 37 |
| Octal | 170 | 243 | 163 | 32 | 0 | 35 | 44 | 162 | 25 | 67 |
| Binary | 1111000 | 10100011 | 1110011 | 11010 | 0 | 11101 | 100100 | 1110010 | 10101 | 110111 |
Color Harmonies of #78A373
Complementary color
Monochromatic Colors of #78A373
Black with #78A373
Text Example
Text Example
White with #78A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A373; }
p { color: rgb(120,163,115); }
H1.HeaderClassName
{
color: #78A373;
}
.AnyTagClassName
{
color: #78A373;
}
</style>
background-color css
<style>
a { background-color: #78A373; }
a { background-color: rgb(120,163,115); }
div.DivClassName
{
background-color: #78A373;
}
.BgClassName
{
background-color: #78A373;
}
</style>
border-color css
<style>
span { border-color: #78A373; }
span { border-color: rgb(120,163,115); }
td.TdClassName
{
border-color: #78A373;
}
.TagClassName
{
border-color: #78A373;
}
</style>