Shades of Padua #7DC696
Tints of Padua #7DC696
RGB
CMYK
RGB Variations
Color information
#7DC696 (or 0x7DC696) is known color: Padua. HEX triplet: 7D, C6 and 96. RGB value is (125,198,150). Sum of RGB (Red+Green+Blue) = 125+198+150=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC696 is #823969. Grayscale: #AAAAAA. Windows color (decimal): -8534378 or 9881213. OLE color: 9881213.
HSL color Cylindrical-coordinate representation of color #7DC696: hue angle of 140.55º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC696 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 150 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.22 |
| HSL | 140.55º | 0.39% | 0.63% | - |
| HSV(B) | 140.55º | 0.37% | 0.78% | - |
| XYZ | 34.16 | 46.95 | 36.12 | - |
| YUV | 170.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 150 | 0.37 | 0 | 0.24 | 0.22 | 140.55 | 0.39 | 0.63 |
| Hex | 7D | C6 | 96 | 25 | 0 | 18 | 16 | 8D | 27 | 3F |
| Octal | 175 | 306 | 226 | 45 | 0 | 30 | 26 | 215 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10010110 | 100101 | 0 | 11000 | 10110 | 10001101 | 100111 | 111111 |
Color Harmonies of #7DC696
Complementary color
Monochromatic Colors of #7DC696
Black with #7DC696
Text Example
Text Example
White with #7DC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC696; }
p { color: rgb(125,198,150); }
H1.HeaderClassName
{
color: #7DC696;
}
.AnyTagClassName
{
color: #7DC696;
}
</style>
background-color css
<style>
a { background-color: #7DC696; }
a { background-color: rgb(125,198,150); }
div.DivClassName
{
background-color: #7DC696;
}
.BgClassName
{
background-color: #7DC696;
}
</style>
border-color css
<style>
span { border-color: #7DC696; }
span { border-color: rgb(125,198,150); }
td.TdClassName
{
border-color: #7DC696;
}
.TagClassName
{
border-color: #7DC696;
}
</style>