Shades of Padua #7DB99E
Tints of Padua #7DB99E
RGB
CMYK
RGB Variations
Color information
#7DB99E (or 0x7DB99E) is known color: Padua. HEX triplet: 7D, B9 and 9E. RGB value is (125,185,158). Sum of RGB (Red+Green+Blue) = 125+185+158=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB99E is #824661. Grayscale: #A4A4A4. Windows color (decimal): -8537698 or 10402173. OLE color: 10402173.
HSL color Cylindrical-coordinate representation of color #7DB99E: hue angle of 153º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB99E is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 158 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.27 |
| HSL | 153º | 0.3% | 0.61% | - |
| HSV(B) | 153º | 0.32% | 0.73% | - |
| XYZ | 31.98 | 41.53 | 38.68 | - |
| YUV | 163.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 158 | 0.32 | 0 | 0.15 | 0.27 | 153 | 0.3 | 0.61 |
| Hex | 7D | B9 | 9E | 20 | 0 | F | 1B | 99 | 1E | 3D |
| Octal | 175 | 271 | 236 | 40 | 0 | 17 | 33 | 231 | 36 | 75 |
| Binary | 1111101 | 10111001 | 10011110 | 100000 | 0 | 1111 | 11011 | 10011001 | 11110 | 111101 |
Color Harmonies of #7DB99E
Complementary color
Monochromatic Colors of #7DB99E
Black with #7DB99E
Text Example
Text Example
White with #7DB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB99E; }
p { color: rgb(125,185,158); }
H1.HeaderClassName
{
color: #7DB99E;
}
.AnyTagClassName
{
color: #7DB99E;
}
</style>
background-color css
<style>
a { background-color: #7DB99E; }
a { background-color: rgb(125,185,158); }
div.DivClassName
{
background-color: #7DB99E;
}
.BgClassName
{
background-color: #7DB99E;
}
</style>
border-color css
<style>
span { border-color: #7DB99E; }
span { border-color: rgb(125,185,158); }
td.TdClassName
{
border-color: #7DB99E;
}
.TagClassName
{
border-color: #7DB99E;
}
</style>