Shades of Padua #7DB395
Tints of Padua #7DB395
RGB
CMYK
RGB Variations
Color information
#7DB395 (or 0x7DB395) is known color: Padua. HEX triplet: 7D, B3 and 95. RGB value is (125,179,149). Sum of RGB (Red+Green+Blue) = 125+179+149=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB395 is #824C6A. Grayscale: #9F9F9F. Windows color (decimal): -8539243 or 9810813. OLE color: 9810813.
HSL color Cylindrical-coordinate representation of color #7DB395: hue angle of 146.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB395 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 149 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.30 |
| HSL | 146.67º | 0.26% | 0.6% | - |
| HSV(B) | 146.67º | 0.3% | 0.7% | - |
| XYZ | 30 | 38.77 | 34.34 | - |
| YUV | 159.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 149 | 0.30 | 0 | 0.17 | 0.30 | 146.67 | 0.26 | 0.6 |
| Hex | 7D | B3 | 95 | 1E | 0 | 11 | 1E | 93 | 1A | 3C |
| Octal | 175 | 263 | 225 | 36 | 0 | 21 | 36 | 223 | 32 | 74 |
| Binary | 1111101 | 10110011 | 10010101 | 11110 | 0 | 10001 | 11110 | 10010011 | 11010 | 111100 |
Color Harmonies of #7DB395
Complementary color
Monochromatic Colors of #7DB395
Black with #7DB395
Text Example
Text Example
White with #7DB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB395; }
p { color: rgb(125,179,149); }
H1.HeaderClassName
{
color: #7DB395;
}
.AnyTagClassName
{
color: #7DB395;
}
</style>
background-color css
<style>
a { background-color: #7DB395; }
a { background-color: rgb(125,179,149); }
div.DivClassName
{
background-color: #7DB395;
}
.BgClassName
{
background-color: #7DB395;
}
</style>
border-color css
<style>
span { border-color: #7DB395; }
span { border-color: rgb(125,179,149); }
td.TdClassName
{
border-color: #7DB395;
}
.TagClassName
{
border-color: #7DB395;
}
</style>