Shades of Padua #7DBA99
Tints of Padua #7DBA99
RGB
CMYK
RGB Variations
Color information
#7DBA99 (or 0x7DBA99) is known color: Padua. HEX triplet: 7D, BA and 99. RGB value is (125,186,153). Sum of RGB (Red+Green+Blue) = 125+186+153=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBA99 is #824566. Grayscale: #A4A4A4. Windows color (decimal): -8537447 or 10074749. OLE color: 10074749.
HSL color Cylindrical-coordinate representation of color #7DBA99: hue angle of 147.54º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBA99 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 153 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.27 |
| HSL | 147.54º | 0.31% | 0.61% | - |
| HSV(B) | 147.54º | 0.33% | 0.73% | - |
| XYZ | 31.77 | 41.78 | 36.53 | - |
| YUV | 164 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 153 | 0.33 | 0 | 0.18 | 0.27 | 147.54 | 0.31 | 0.61 |
| Hex | 7D | BA | 99 | 21 | 0 | 12 | 1B | 94 | 1F | 3D |
| Octal | 175 | 272 | 231 | 41 | 0 | 22 | 33 | 224 | 37 | 75 |
| Binary | 1111101 | 10111010 | 10011001 | 100001 | 0 | 10010 | 11011 | 10010100 | 11111 | 111101 |
Color Harmonies of #7DBA99
Complementary color
Monochromatic Colors of #7DBA99
Black with #7DBA99
Text Example
Text Example
White with #7DBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA99; }
p { color: rgb(125,186,153); }
H1.HeaderClassName
{
color: #7DBA99;
}
.AnyTagClassName
{
color: #7DBA99;
}
</style>
background-color css
<style>
a { background-color: #7DBA99; }
a { background-color: rgb(125,186,153); }
div.DivClassName
{
background-color: #7DBA99;
}
.BgClassName
{
background-color: #7DBA99;
}
</style>
border-color css
<style>
span { border-color: #7DBA99; }
span { border-color: rgb(125,186,153); }
td.TdClassName
{
border-color: #7DBA99;
}
.TagClassName
{
border-color: #7DBA99;
}
</style>