Shades of Padua #7DBB92
Tints of Padua #7DBB92
RGB
CMYK
RGB Variations
Color information
#7DBB92 (or 0x7DBB92) is known color: Padua. HEX triplet: 7D, BB and 92. RGB value is (125,187,146). Sum of RGB (Red+Green+Blue) = 125+187+146=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBB92 is #82446D. Grayscale: #A3A3A3. Windows color (decimal): -8537198 or 9616253. OLE color: 9616253.
HSL color Cylindrical-coordinate representation of color #7DBB92: hue angle of 140.32º 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 #7DBB92 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 146 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.27 |
| HSL | 140.32º | 0.31% | 0.61% | - |
| HSV(B) | 140.32º | 0.33% | 0.73% | - |
| XYZ | 31.42 | 41.98 | 33.64 | - |
| YUV | 163.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 146 | 0.33 | 0 | 0.22 | 0.27 | 140.32 | 0.31 | 0.61 |
| Hex | 7D | BB | 92 | 21 | 0 | 16 | 1B | 8C | 1F | 3D |
| Octal | 175 | 273 | 222 | 41 | 0 | 26 | 33 | 214 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10010010 | 100001 | 0 | 10110 | 11011 | 10001100 | 11111 | 111101 |
Color Harmonies of #7DBB92
Complementary color
Monochromatic Colors of #7DBB92
Black with #7DBB92
Text Example
Text Example
White with #7DBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB92; }
p { color: rgb(125,187,146); }
H1.HeaderClassName
{
color: #7DBB92;
}
.AnyTagClassName
{
color: #7DBB92;
}
</style>
background-color css
<style>
a { background-color: #7DBB92; }
a { background-color: rgb(125,187,146); }
div.DivClassName
{
background-color: #7DBB92;
}
.BgClassName
{
background-color: #7DBB92;
}
</style>
border-color css
<style>
span { border-color: #7DBB92; }
span { border-color: rgb(125,187,146); }
td.TdClassName
{
border-color: #7DBB92;
}
.TagClassName
{
border-color: #7DBB92;
}
</style>