Shades of Padua #7DB297
Tints of Padua #7DB297
RGB
CMYK
RGB Variations
Color information
#7DB297 (or 0x7DB297) is known color: Padua. HEX triplet: 7D, B2 and 97. RGB value is (125,178,151). Sum of RGB (Red+Green+Blue) = 125+178+151=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB297 is #824D68. Grayscale: #9F9F9F. Windows color (decimal): -8539497 or 9941629. OLE color: 9941629.
HSL color Cylindrical-coordinate representation of color #7DB297: hue angle of 149.43º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB297 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 151 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.30 |
| HSL | 149.43º | 0.26% | 0.59% | - |
| HSV(B) | 149.43º | 0.3% | 0.7% | - |
| XYZ | 29.96 | 38.44 | 35.12 | - |
| YUV | 159.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 151 | 0.30 | 0 | 0.15 | 0.30 | 149.43 | 0.26 | 0.59 |
| Hex | 7D | B2 | 97 | 1E | 0 | F | 1E | 95 | 1A | 3B |
| Octal | 175 | 262 | 227 | 36 | 0 | 17 | 36 | 225 | 32 | 73 |
| Binary | 1111101 | 10110010 | 10010111 | 11110 | 0 | 1111 | 11110 | 10010101 | 11010 | 111011 |
Color Harmonies of #7DB297
Complementary color
Monochromatic Colors of #7DB297
Black with #7DB297
Text Example
Text Example
White with #7DB297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB297; }
p { color: rgb(125,178,151); }
H1.HeaderClassName
{
color: #7DB297;
}
.AnyTagClassName
{
color: #7DB297;
}
</style>
background-color css
<style>
a { background-color: #7DB297; }
a { background-color: rgb(125,178,151); }
div.DivClassName
{
background-color: #7DB297;
}
.BgClassName
{
background-color: #7DB297;
}
</style>
border-color css
<style>
span { border-color: #7DB297; }
span { border-color: rgb(125,178,151); }
td.TdClassName
{
border-color: #7DB297;
}
.TagClassName
{
border-color: #7DB297;
}
</style>