Shades of Amulet #7EAF78
Tints of Amulet #7EAF78
RGB
CMYK
RGB Variations
Color information
#7EAF78 (or 0x7EAF78) is known color: Amulet. HEX triplet: 7E, AF and 78. RGB value is (126,175,120). Sum of RGB (Red+Green+Blue) = 126+175+120=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF78 is #815087. Grayscale: #9A9A9A. Windows color (decimal): -8474760 or 7909246. OLE color: 7909246.
HSL color Cylindrical-coordinate representation of color #7EAF78: hue angle of 113.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EAF78 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 120 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.31 |
| HSL | 113.45º | 0.26% | 0.58% | - |
| HSV(B) | 113.45º | 0.31% | 0.69% | - |
| XYZ | 27.32 | 36.45 | 23.37 | - |
| YUV | 154.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 120 | 0.28 | 0 | 0.31 | 0.31 | 113.45 | 0.26 | 0.58 |
| Hex | 7E | AF | 78 | 1C | 0 | 1F | 1F | 71 | 1A | 3A |
| Octal | 176 | 257 | 170 | 34 | 0 | 37 | 37 | 161 | 32 | 72 |
| Binary | 1111110 | 10101111 | 1111000 | 11100 | 0 | 11111 | 11111 | 1110001 | 11010 | 111010 |
Color Harmonies of #7EAF78
Complementary color
Monochromatic Colors of #7EAF78
Black with #7EAF78
Text Example
Text Example
White with #7EAF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF78; }
p { color: rgb(126,175,120); }
H1.HeaderClassName
{
color: #7EAF78;
}
.AnyTagClassName
{
color: #7EAF78;
}
</style>
background-color css
<style>
a { background-color: #7EAF78; }
a { background-color: rgb(126,175,120); }
div.DivClassName
{
background-color: #7EAF78;
}
.BgClassName
{
background-color: #7EAF78;
}
</style>
border-color css
<style>
span { border-color: #7EAF78; }
span { border-color: rgb(126,175,120); }
td.TdClassName
{
border-color: #7EAF78;
}
.TagClassName
{
border-color: #7EAF78;
}
</style>