Shades of Padua #7DC69C
Tints of Padua #7DC69C
RGB
CMYK
RGB Variations
Color information
#7DC69C (or 0x7DC69C) is known color: Padua. HEX triplet: 7D, C6 and 9C. RGB value is (125,198,156). Sum of RGB (Red+Green+Blue) = 125+198+156=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC69C is #823963. Grayscale: #ABABAB. Windows color (decimal): -8534372 or 10274429. OLE color: 10274429.
HSL color Cylindrical-coordinate representation of color #7DC69C: hue angle of 145.48º 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 #7DC69C is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 156 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.22 |
| HSL | 145.48º | 0.39% | 0.63% | - |
| HSV(B) | 145.48º | 0.37% | 0.78% | - |
| XYZ | 34.65 | 47.15 | 38.73 | - |
| YUV | 171.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 156 | 0.37 | 0 | 0.21 | 0.22 | 145.48 | 0.39 | 0.63 |
| Hex | 7D | C6 | 9C | 25 | 0 | 15 | 16 | 91 | 27 | 3F |
| Octal | 175 | 306 | 234 | 45 | 0 | 25 | 26 | 221 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10011100 | 100101 | 0 | 10101 | 10110 | 10010001 | 100111 | 111111 |
Color Harmonies of #7DC69C
Complementary color
Monochromatic Colors of #7DC69C
Black with #7DC69C
Text Example
Text Example
White with #7DC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC69C; }
p { color: rgb(125,198,156); }
H1.HeaderClassName
{
color: #7DC69C;
}
.AnyTagClassName
{
color: #7DC69C;
}
</style>
background-color css
<style>
a { background-color: #7DC69C; }
a { background-color: rgb(125,198,156); }
div.DivClassName
{
background-color: #7DC69C;
}
.BgClassName
{
background-color: #7DC69C;
}
</style>
border-color css
<style>
span { border-color: #7DC69C; }
span { border-color: rgb(125,198,156); }
td.TdClassName
{
border-color: #7DC69C;
}
.TagClassName
{
border-color: #7DC69C;
}
</style>