Shades of Padua #7DB39A
Tints of Padua #7DB39A
RGB
CMYK
RGB Variations
Color information
#7DB39A (or 0x7DB39A) is known color: Padua. HEX triplet: 7D, B3 and 9A. RGB value is (125,179,154). Sum of RGB (Red+Green+Blue) = 125+179+154=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB39A is #824C65. Grayscale: #A0A0A0. Windows color (decimal): -8539238 or 10138493. OLE color: 10138493.
HSL color Cylindrical-coordinate representation of color #7DB39A: hue angle of 152.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB39A is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 154 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.30 |
| HSL | 152.22º | 0.26% | 0.6% | - |
| HSV(B) | 152.22º | 0.3% | 0.7% | - |
| XYZ | 30.41 | 38.93 | 36.48 | - |
| YUV | 160 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 154 | 0.30 | 0 | 0.14 | 0.30 | 152.22 | 0.26 | 0.6 |
| Hex | 7D | B3 | 9A | 1E | 0 | E | 1E | 98 | 1A | 3C |
| Octal | 175 | 263 | 232 | 36 | 0 | 16 | 36 | 230 | 32 | 74 |
| Binary | 1111101 | 10110011 | 10011010 | 11110 | 0 | 1110 | 11110 | 10011000 | 11010 | 111100 |
Color Harmonies of #7DB39A
Complementary color
Monochromatic Colors of #7DB39A
Black with #7DB39A
Text Example
Text Example
White with #7DB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB39A; }
p { color: rgb(125,179,154); }
H1.HeaderClassName
{
color: #7DB39A;
}
.AnyTagClassName
{
color: #7DB39A;
}
</style>
background-color css
<style>
a { background-color: #7DB39A; }
a { background-color: rgb(125,179,154); }
div.DivClassName
{
background-color: #7DB39A;
}
.BgClassName
{
background-color: #7DB39A;
}
</style>
border-color css
<style>
span { border-color: #7DB39A; }
span { border-color: rgb(125,179,154); }
td.TdClassName
{
border-color: #7DB39A;
}
.TagClassName
{
border-color: #7DB39A;
}
</style>