Shades of Amulet #7EB275
Tints of Amulet #7EB275
RGB
CMYK
RGB Variations
Color information
#7EB275 (or 0x7EB275) is known color: Amulet. HEX triplet: 7E, B2 and 75. RGB value is (126,178,117). Sum of RGB (Red+Green+Blue) = 126+178+117=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB275 is #814D8A. Grayscale: #9B9B9B. Windows color (decimal): -8473995 or 7713406. OLE color: 7713406.
HSL color Cylindrical-coordinate representation of color #7EB275: hue angle of 111.15º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EB275 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 178 | 117 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.30 |
| HSL | 111.15º | 0.28% | 0.58% | - |
| HSV(B) | 111.15º | 0.34% | 0.7% | - |
| XYZ | 27.74 | 37.56 | 22.62 | - |
| YUV | 155.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 178 | 117 | 0.29 | 0 | 0.34 | 0.30 | 111.15 | 0.28 | 0.58 |
| Hex | 7E | B2 | 75 | 1D | 0 | 22 | 1E | 6F | 1C | 3A |
| Octal | 176 | 262 | 165 | 35 | 0 | 42 | 36 | 157 | 34 | 72 |
| Binary | 1111110 | 10110010 | 1110101 | 11101 | 0 | 100010 | 11110 | 1101111 | 11100 | 111010 |
Color Harmonies of #7EB275
Complementary color
Monochromatic Colors of #7EB275
Black with #7EB275
Text Example
Text Example
White with #7EB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB275; }
p { color: rgb(126,178,117); }
H1.HeaderClassName
{
color: #7EB275;
}
.AnyTagClassName
{
color: #7EB275;
}
</style>
background-color css
<style>
a { background-color: #7EB275; }
a { background-color: rgb(126,178,117); }
div.DivClassName
{
background-color: #7EB275;
}
.BgClassName
{
background-color: #7EB275;
}
</style>
border-color css
<style>
span { border-color: #7EB275; }
span { border-color: rgb(126,178,117); }
td.TdClassName
{
border-color: #7EB275;
}
.TagClassName
{
border-color: #7EB275;
}
</style>