Shades of Padua #7EC596
Tints of Padua #7EC596
RGB
CMYK
RGB Variations
Color information
#7EC596 (or 0x7EC596) is known color: Padua. HEX triplet: 7E, C5 and 96. RGB value is (126,197,150). Sum of RGB (Red+Green+Blue) = 126+197+150=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC596 is #813A69. Grayscale: #AAAAAA. Windows color (decimal): -8469098 or 9880958. OLE color: 9880958.
HSL color Cylindrical-coordinate representation of color #7EC596: hue angle of 140.28º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC596 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 150 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.23 |
| HSL | 140.28º | 0.38% | 0.63% | - |
| HSV(B) | 140.28º | 0.36% | 0.77% | - |
| XYZ | 34.08 | 46.57 | 36.05 | - |
| YUV | 170.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 150 | 0.36 | 0 | 0.24 | 0.23 | 140.28 | 0.38 | 0.63 |
| Hex | 7E | C5 | 96 | 24 | 0 | 18 | 17 | 8C | 26 | 3F |
| Octal | 176 | 305 | 226 | 44 | 0 | 30 | 27 | 214 | 46 | 77 |
| Binary | 1111110 | 11000101 | 10010110 | 100100 | 0 | 11000 | 10111 | 10001100 | 100110 | 111111 |
Color Harmonies of #7EC596
Complementary color
Monochromatic Colors of #7EC596
Black with #7EC596
Text Example
Text Example
White with #7EC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC596; }
p { color: rgb(126,197,150); }
H1.HeaderClassName
{
color: #7EC596;
}
.AnyTagClassName
{
color: #7EC596;
}
</style>
background-color css
<style>
a { background-color: #7EC596; }
a { background-color: rgb(126,197,150); }
div.DivClassName
{
background-color: #7EC596;
}
.BgClassName
{
background-color: #7EC596;
}
</style>
border-color css
<style>
span { border-color: #7EC596; }
span { border-color: rgb(126,197,150); }
td.TdClassName
{
border-color: #7EC596;
}
.TagClassName
{
border-color: #7EC596;
}
</style>