Shades of Padua #7DB99C
Tints of Padua #7DB99C
RGB
CMYK
RGB Variations
Color information
#7DB99C (or 0x7DB99C) is known color: Padua. HEX triplet: 7D, B9 and 9C. RGB value is (125,185,156). Sum of RGB (Red+Green+Blue) = 125+185+156=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB99C is #824663. Grayscale: #A3A3A3. Windows color (decimal): -8537700 or 10271101. OLE color: 10271101.
HSL color Cylindrical-coordinate representation of color #7DB99C: hue angle of 151º 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 #7DB99C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 156 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.27 |
| HSL | 151º | 0.3% | 0.61% | - |
| HSV(B) | 151º | 0.32% | 0.73% | - |
| XYZ | 31.81 | 41.46 | 37.78 | - |
| YUV | 163.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 156 | 0.32 | 0 | 0.16 | 0.27 | 151 | 0.3 | 0.61 |
| Hex | 7D | B9 | 9C | 20 | 0 | 10 | 1B | 97 | 1E | 3D |
| Octal | 175 | 271 | 234 | 40 | 0 | 20 | 33 | 227 | 36 | 75 |
| Binary | 1111101 | 10111001 | 10011100 | 100000 | 0 | 10000 | 11011 | 10010111 | 11110 | 111101 |
Color Harmonies of #7DB99C
Complementary color
Monochromatic Colors of #7DB99C
Black with #7DB99C
Text Example
Text Example
White with #7DB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB99C; }
p { color: rgb(125,185,156); }
H1.HeaderClassName
{
color: #7DB99C;
}
.AnyTagClassName
{
color: #7DB99C;
}
</style>
background-color css
<style>
a { background-color: #7DB99C; }
a { background-color: rgb(125,185,156); }
div.DivClassName
{
background-color: #7DB99C;
}
.BgClassName
{
background-color: #7DB99C;
}
</style>
border-color css
<style>
span { border-color: #7DB99C; }
span { border-color: rgb(125,185,156); }
td.TdClassName
{
border-color: #7DB99C;
}
.TagClassName
{
border-color: #7DB99C;
}
</style>