Shades of Padua #7ABA92
Tints of Padua #7ABA92
RGB
CMYK
RGB Variations
Color information
#7ABA92 (or 0x7ABA92) is known color: Padua. HEX triplet: 7A, BA and 92. RGB value is (122,186,146). Sum of RGB (Red+Green+Blue) = 122+186+146=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA92 is #85456D. Grayscale: #A2A2A2. Windows color (decimal): -8734062 or 9615994. OLE color: 9615994.
HSL color Cylindrical-coordinate representation of color #7ABA92: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABA92 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 146 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.27 |
| HSL | 142.5º | 0.32% | 0.6% | - |
| HSV(B) | 142.5º | 0.34% | 0.73% | - |
| XYZ | 30.77 | 41.33 | 33.55 | - |
| YUV | 162.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 146 | 0.34 | 0 | 0.22 | 0.27 | 142.5 | 0.32 | 0.6 |
| Hex | 7A | BA | 92 | 22 | 0 | 16 | 1B | 8E | 20 | 3C |
| Octal | 172 | 272 | 222 | 42 | 0 | 26 | 33 | 216 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10010010 | 100010 | 0 | 10110 | 11011 | 10001110 | 100000 | 111100 |
Color Harmonies of #7ABA92
Complementary color
Monochromatic Colors of #7ABA92
Black with #7ABA92
Text Example
Text Example
White with #7ABA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA92; }
p { color: rgb(122,186,146); }
H1.HeaderClassName
{
color: #7ABA92;
}
.AnyTagClassName
{
color: #7ABA92;
}
</style>
background-color css
<style>
a { background-color: #7ABA92; }
a { background-color: rgb(122,186,146); }
div.DivClassName
{
background-color: #7ABA92;
}
.BgClassName
{
background-color: #7ABA92;
}
</style>
border-color css
<style>
span { border-color: #7ABA92; }
span { border-color: rgb(122,186,146); }
td.TdClassName
{
border-color: #7ABA92;
}
.TagClassName
{
border-color: #7ABA92;
}
</style>