Shades of Padua #7DB99A
Tints of Padua #7DB99A
RGB
CMYK
RGB Variations
Color information
#7DB99A (or 0x7DB99A) is known color: Padua. HEX triplet: 7D, B9 and 9A. RGB value is (125,185,154). Sum of RGB (Red+Green+Blue) = 125+185+154=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB99A is #824665. Grayscale: #A3A3A3. Windows color (decimal): -8537702 or 10140029. OLE color: 10140029.
HSL color Cylindrical-coordinate representation of color #7DB99A: hue angle of 149º 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 #7DB99A is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 154 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.27 |
| HSL | 149º | 0.3% | 0.61% | - |
| HSV(B) | 149º | 0.32% | 0.73% | - |
| XYZ | 31.64 | 41.39 | 36.89 | - |
| YUV | 163.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 154 | 0.32 | 0 | 0.17 | 0.27 | 149 | 0.3 | 0.61 |
| Hex | 7D | B9 | 9A | 20 | 0 | 11 | 1B | 95 | 1E | 3D |
| Octal | 175 | 271 | 232 | 40 | 0 | 21 | 33 | 225 | 36 | 75 |
| Binary | 1111101 | 10111001 | 10011010 | 100000 | 0 | 10001 | 11011 | 10010101 | 11110 | 111101 |
Color Harmonies of #7DB99A
Complementary color
Monochromatic Colors of #7DB99A
Black with #7DB99A
Text Example
Text Example
White with #7DB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB99A; }
p { color: rgb(125,185,154); }
H1.HeaderClassName
{
color: #7DB99A;
}
.AnyTagClassName
{
color: #7DB99A;
}
</style>
background-color css
<style>
a { background-color: #7DB99A; }
a { background-color: rgb(125,185,154); }
div.DivClassName
{
background-color: #7DB99A;
}
.BgClassName
{
background-color: #7DB99A;
}
</style>
border-color css
<style>
span { border-color: #7DB99A; }
span { border-color: rgb(125,185,154); }
td.TdClassName
{
border-color: #7DB99A;
}
.TagClassName
{
border-color: #7DB99A;
}
</style>