Shades of Padua #7DB99F
Tints of Padua #7DB99F
RGB
CMYK
RGB Variations
Color information
#7DB99F (or 0x7DB99F) is known color: Padua. HEX triplet: 7D, B9 and 9F. RGB value is (125,185,159). Sum of RGB (Red+Green+Blue) = 125+185+159=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB99F is #824660. Grayscale: #A4A4A4. Windows color (decimal): -8537697 or 10467709. OLE color: 10467709.
HSL color Cylindrical-coordinate representation of color #7DB99F: hue angle of 154º 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 #7DB99F is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 159 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.27 |
| HSL | 154º | 0.3% | 0.61% | - |
| HSV(B) | 154º | 0.32% | 0.73% | - |
| XYZ | 32.06 | 41.56 | 39.13 | - |
| YUV | 164.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 159 | 0.32 | 0 | 0.14 | 0.27 | 154 | 0.3 | 0.61 |
| Hex | 7D | B9 | 9F | 20 | 0 | E | 1B | 9A | 1E | 3D |
| Octal | 175 | 271 | 237 | 40 | 0 | 16 | 33 | 232 | 36 | 75 |
| Binary | 1111101 | 10111001 | 10011111 | 100000 | 0 | 1110 | 11011 | 10011010 | 11110 | 111101 |
Color Harmonies of #7DB99F
Complementary color
Monochromatic Colors of #7DB99F
Black with #7DB99F
Text Example
Text Example
White with #7DB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB99F; }
p { color: rgb(125,185,159); }
H1.HeaderClassName
{
color: #7DB99F;
}
.AnyTagClassName
{
color: #7DB99F;
}
</style>
background-color css
<style>
a { background-color: #7DB99F; }
a { background-color: rgb(125,185,159); }
div.DivClassName
{
background-color: #7DB99F;
}
.BgClassName
{
background-color: #7DB99F;
}
</style>
border-color css
<style>
span { border-color: #7DB99F; }
span { border-color: rgb(125,185,159); }
td.TdClassName
{
border-color: #7DB99F;
}
.TagClassName
{
border-color: #7DB99F;
}
</style>