Shades of Amulet #78AF73
Tints of Amulet #78AF73
RGB
CMYK
RGB Variations
Color information
#78AF73 (or 0x78AF73) is known color: Amulet. HEX triplet: 78, AF and 73. RGB value is (120,175,115). Sum of RGB (Red+Green+Blue) = 120+175+115=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF73 is #87508C. Grayscale: #979797. Windows color (decimal): -8867981 or 7581560. OLE color: 7581560.
HSL color Cylindrical-coordinate representation of color #78AF73: hue angle of 115º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78AF73 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 175 | 115 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.31 |
| HSL | 115º | 0.27% | 0.57% | - |
| HSV(B) | 115º | 0.34% | 0.69% | - |
| XYZ | 26.17 | 35.89 | 21.77 | - |
| YUV | 151.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 115 | 0.31 | 0 | 0.34 | 0.31 | 115 | 0.27 | 0.57 |
| Hex | 78 | AF | 73 | 1F | 0 | 22 | 1F | 73 | 1B | 39 |
| Octal | 170 | 257 | 163 | 37 | 0 | 42 | 37 | 163 | 33 | 71 |
| Binary | 1111000 | 10101111 | 1110011 | 11111 | 0 | 100010 | 11111 | 1110011 | 11011 | 111001 |
Color Harmonies of #78AF73
Complementary color
Monochromatic Colors of #78AF73
Black with #78AF73
Text Example
Text Example
White with #78AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AF73; }
p { color: rgb(120,175,115); }
H1.HeaderClassName
{
color: #78AF73;
}
.AnyTagClassName
{
color: #78AF73;
}
</style>
background-color css
<style>
a { background-color: #78AF73; }
a { background-color: rgb(120,175,115); }
div.DivClassName
{
background-color: #78AF73;
}
.BgClassName
{
background-color: #78AF73;
}
</style>
border-color css
<style>
span { border-color: #78AF73; }
span { border-color: rgb(120,175,115); }
td.TdClassName
{
border-color: #78AF73;
}
.TagClassName
{
border-color: #78AF73;
}
</style>