Shades of Padua #7AB796
Tints of Padua #7AB796
RGB
CMYK
RGB Variations
Color information
#7AB796 (or 0x7AB796) is known color: Padua. HEX triplet: 7A, B7 and 96. RGB value is (122,183,150). Sum of RGB (Red+Green+Blue) = 122+183+150=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB796 is #854869. Grayscale: #A1A1A1. Windows color (decimal): -8734826 or 9877370. OLE color: 9877370.
HSL color Cylindrical-coordinate representation of color #7AB796: hue angle of 147.54º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB796 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 150 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.28 |
| HSL | 147.54º | 0.3% | 0.6% | - |
| HSV(B) | 147.54º | 0.33% | 0.72% | - |
| XYZ | 30.46 | 40.21 | 35.01 | - |
| YUV | 161 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 150 | 0.33 | 0 | 0.18 | 0.28 | 147.54 | 0.3 | 0.6 |
| Hex | 7A | B7 | 96 | 21 | 0 | 12 | 1C | 94 | 1E | 3C |
| Octal | 172 | 267 | 226 | 41 | 0 | 22 | 34 | 224 | 36 | 74 |
| Binary | 1111010 | 10110111 | 10010110 | 100001 | 0 | 10010 | 11100 | 10010100 | 11110 | 111100 |
Color Harmonies of #7AB796
Complementary color
Monochromatic Colors of #7AB796
Black with #7AB796
Text Example
Text Example
White with #7AB796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB796; }
p { color: rgb(122,183,150); }
H1.HeaderClassName
{
color: #7AB796;
}
.AnyTagClassName
{
color: #7AB796;
}
</style>
background-color css
<style>
a { background-color: #7AB796; }
a { background-color: rgb(122,183,150); }
div.DivClassName
{
background-color: #7AB796;
}
.BgClassName
{
background-color: #7AB796;
}
</style>
border-color css
<style>
span { border-color: #7AB796; }
span { border-color: rgb(122,183,150); }
td.TdClassName
{
border-color: #7AB796;
}
.TagClassName
{
border-color: #7AB796;
}
</style>