Shades of Padua #7DC69A
Tints of Padua #7DC69A
RGB
CMYK
RGB Variations
Color information
#7DC69A (or 0x7DC69A) is known color: Padua. HEX triplet: 7D, C6 and 9A. RGB value is (125,198,154). Sum of RGB (Red+Green+Blue) = 125+198+154=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC69A is #823965. Grayscale: #ABABAB. Windows color (decimal): -8534374 or 10143357. OLE color: 10143357.
HSL color Cylindrical-coordinate representation of color #7DC69A: hue angle of 143.84º 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 #7DC69A is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 154 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.22 |
| HSL | 143.84º | 0.39% | 0.63% | - |
| HSV(B) | 143.84º | 0.37% | 0.78% | - |
| XYZ | 34.48 | 47.08 | 37.84 | - |
| YUV | 171.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 154 | 0.37 | 0 | 0.22 | 0.22 | 143.84 | 0.39 | 0.63 |
| Hex | 7D | C6 | 9A | 25 | 0 | 16 | 16 | 90 | 27 | 3F |
| Octal | 175 | 306 | 232 | 45 | 0 | 26 | 26 | 220 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10011010 | 100101 | 0 | 10110 | 10110 | 10010000 | 100111 | 111111 |
Color Harmonies of #7DC69A
Complementary color
Monochromatic Colors of #7DC69A
Black with #7DC69A
Text Example
Text Example
White with #7DC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC69A; }
p { color: rgb(125,198,154); }
H1.HeaderClassName
{
color: #7DC69A;
}
.AnyTagClassName
{
color: #7DC69A;
}
</style>
background-color css
<style>
a { background-color: #7DC69A; }
a { background-color: rgb(125,198,154); }
div.DivClassName
{
background-color: #7DC69A;
}
.BgClassName
{
background-color: #7DC69A;
}
</style>
border-color css
<style>
span { border-color: #7DC69A; }
span { border-color: rgb(125,198,154); }
td.TdClassName
{
border-color: #7DC69A;
}
.TagClassName
{
border-color: #7DC69A;
}
</style>