Shades of Padua #7DB495
Tints of Padua #7DB495
RGB
CMYK
RGB Variations
Color information
#7DB495 (or 0x7DB495) is known color: Padua. HEX triplet: 7D, B4 and 95. RGB value is (125,180,149). Sum of RGB (Red+Green+Blue) = 125+180+149=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB495 is #824B6A. Grayscale: #A0A0A0. Windows color (decimal): -8538987 or 9811069. OLE color: 9811069.
HSL color Cylindrical-coordinate representation of color #7DB495: hue angle of 146.18º degrees, saturation: 0.27, 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 #7DB495 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 149 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.29 |
| HSL | 146.18º | 0.27% | 0.6% | - |
| HSV(B) | 146.18º | 0.31% | 0.71% | - |
| XYZ | 30.2 | 39.17 | 34.4 | - |
| YUV | 160.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 149 | 0.31 | 0 | 0.17 | 0.29 | 146.18 | 0.27 | 0.6 |
| Hex | 7D | B4 | 95 | 1F | 0 | 11 | 1D | 92 | 1B | 3C |
| Octal | 175 | 264 | 225 | 37 | 0 | 21 | 35 | 222 | 33 | 74 |
| Binary | 1111101 | 10110100 | 10010101 | 11111 | 0 | 10001 | 11101 | 10010010 | 11011 | 111100 |
Color Harmonies of #7DB495
Complementary color
Monochromatic Colors of #7DB495
Black with #7DB495
Text Example
Text Example
White with #7DB495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB495; }
p { color: rgb(125,180,149); }
H1.HeaderClassName
{
color: #7DB495;
}
.AnyTagClassName
{
color: #7DB495;
}
</style>
background-color css
<style>
a { background-color: #7DB495; }
a { background-color: rgb(125,180,149); }
div.DivClassName
{
background-color: #7DB495;
}
.BgClassName
{
background-color: #7DB495;
}
</style>
border-color css
<style>
span { border-color: #7DB495; }
span { border-color: rgb(125,180,149); }
td.TdClassName
{
border-color: #7DB495;
}
.TagClassName
{
border-color: #7DB495;
}
</style>