Shades of Padua #7DB699
Tints of Padua #7DB699
RGB
CMYK
RGB Variations
Color information
#7DB699 (or 0x7DB699) is known color: Padua. HEX triplet: 7D, B6 and 99. RGB value is (125,182,153). Sum of RGB (Red+Green+Blue) = 125+182+153=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB699 is #824966. Grayscale: #A1A1A1. Windows color (decimal): -8538471 or 10073725. OLE color: 10073725.
HSL color Cylindrical-coordinate representation of color #7DB699: hue angle of 149.47º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB699 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 153 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.29 |
| HSL | 149.47º | 0.28% | 0.6% | - |
| HSV(B) | 149.47º | 0.31% | 0.71% | - |
| XYZ | 30.94 | 40.12 | 36.25 | - |
| YUV | 161.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 153 | 0.31 | 0 | 0.16 | 0.29 | 149.47 | 0.28 | 0.6 |
| Hex | 7D | B6 | 99 | 1F | 0 | 10 | 1D | 95 | 1C | 3C |
| Octal | 175 | 266 | 231 | 37 | 0 | 20 | 35 | 225 | 34 | 74 |
| Binary | 1111101 | 10110110 | 10011001 | 11111 | 0 | 10000 | 11101 | 10010101 | 11100 | 111100 |
Color Harmonies of #7DB699
Complementary color
Monochromatic Colors of #7DB699
Black with #7DB699
Text Example
Text Example
White with #7DB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB699; }
p { color: rgb(125,182,153); }
H1.HeaderClassName
{
color: #7DB699;
}
.AnyTagClassName
{
color: #7DB699;
}
</style>
background-color css
<style>
a { background-color: #7DB699; }
a { background-color: rgb(125,182,153); }
div.DivClassName
{
background-color: #7DB699;
}
.BgClassName
{
background-color: #7DB699;
}
</style>
border-color css
<style>
span { border-color: #7DB699; }
span { border-color: rgb(125,182,153); }
td.TdClassName
{
border-color: #7DB699;
}
.TagClassName
{
border-color: #7DB699;
}
</style>