Shades of Padua #7ECB9C
Tints of Padua #7ECB9C
RGB
CMYK
RGB Variations
Color information
#7ECB9C (or 0x7ECB9C) is known color: Padua. HEX triplet: 7E, CB and 9C. RGB value is (126,203,156). Sum of RGB (Red+Green+Blue) = 126+203+156=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECB9C is #813463. Grayscale: #AEAEAE. Windows color (decimal): -8467556 or 10275710. OLE color: 10275710.
HSL color Cylindrical-coordinate representation of color #7ECB9C: hue angle of 143.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECB9C is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 156 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.20 |
| HSL | 143.38º | 0.43% | 0.65% | - |
| HSV(B) | 143.38º | 0.38% | 0.8% | - |
| XYZ | 35.96 | 49.55 | 39.12 | - |
| YUV | 174.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 156 | 0.38 | 0 | 0.23 | 0.20 | 143.38 | 0.43 | 0.65 |
| Hex | 7E | CB | 9C | 26 | 0 | 17 | 14 | 8F | 2B | 41 |
| Octal | 176 | 313 | 234 | 46 | 0 | 27 | 24 | 217 | 53 | 101 |
| Binary | 1111110 | 11001011 | 10011100 | 100110 | 0 | 10111 | 10100 | 10001111 | 101011 | 1000001 |
Color Harmonies of #7ECB9C
Complementary color
Monochromatic Colors of #7ECB9C
Black with #7ECB9C
Text Example
Text Example
White with #7ECB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECB9C; }
p { color: rgb(126,203,156); }
H1.HeaderClassName
{
color: #7ECB9C;
}
.AnyTagClassName
{
color: #7ECB9C;
}
</style>
background-color css
<style>
a { background-color: #7ECB9C; }
a { background-color: rgb(126,203,156); }
div.DivClassName
{
background-color: #7ECB9C;
}
.BgClassName
{
background-color: #7ECB9C;
}
</style>
border-color css
<style>
span { border-color: #7ECB9C; }
span { border-color: rgb(126,203,156); }
td.TdClassName
{
border-color: #7ECB9C;
}
.TagClassName
{
border-color: #7ECB9C;
}
</style>