Shades of Padua #7DAC92
Tints of Padua #7DAC92
RGB
CMYK
RGB Variations
Color information
#7DAC92 (or 0x7DAC92) is known color: Padua. HEX triplet: 7D, AC and 92. RGB value is (125,172,146). Sum of RGB (Red+Green+Blue) = 125+172+146=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC92 is #82536D. Grayscale: #9B9B9B. Windows color (decimal): -8541038 or 9612413. OLE color: 9612413.
HSL color Cylindrical-coordinate representation of color #7DAC92: hue angle of 146.81º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAC92 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 146 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.33 |
| HSL | 146.81º | 0.22% | 0.58% | - |
| HSV(B) | 146.81º | 0.27% | 0.67% | - |
| XYZ | 28.4 | 35.94 | 32.63 | - |
| YUV | 154.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 146 | 0.27 | 0 | 0.15 | 0.33 | 146.81 | 0.22 | 0.58 |
| Hex | 7D | AC | 92 | 1B | 0 | F | 21 | 93 | 16 | 3A |
| Octal | 175 | 254 | 222 | 33 | 0 | 17 | 41 | 223 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10010010 | 11011 | 0 | 1111 | 100001 | 10010011 | 10110 | 111010 |
Color Harmonies of #7DAC92
Complementary color
Monochromatic Colors of #7DAC92
Black with #7DAC92
Text Example
Text Example
White with #7DAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC92; }
p { color: rgb(125,172,146); }
H1.HeaderClassName
{
color: #7DAC92;
}
.AnyTagClassName
{
color: #7DAC92;
}
</style>
background-color css
<style>
a { background-color: #7DAC92; }
a { background-color: rgb(125,172,146); }
div.DivClassName
{
background-color: #7DAC92;
}
.BgClassName
{
background-color: #7DAC92;
}
</style>
border-color css
<style>
span { border-color: #7DAC92; }
span { border-color: rgb(125,172,146); }
td.TdClassName
{
border-color: #7DAC92;
}
.TagClassName
{
border-color: #7DAC92;
}
</style>