Shades of Padua #7AB799
Tints of Padua #7AB799
RGB
CMYK
RGB Variations
Color information
#7AB799 (or 0x7AB799) is known color: Padua. HEX triplet: 7A, B7 and 99. RGB value is (122,183,153). Sum of RGB (Red+Green+Blue) = 122+183+153=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB799 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB799 is #854866. Grayscale: #A1A1A1. Windows color (decimal): -8734823 or 10073978. OLE color: 10073978.
HSL color Cylindrical-coordinate representation of color #7AB799: hue angle of 150.49º 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 #7AB799 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 153 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.28 |
| HSL | 150.49º | 0.3% | 0.6% | - |
| HSV(B) | 150.49º | 0.33% | 0.72% | - |
| XYZ | 30.71 | 40.3 | 36.3 | - |
| YUV | 161.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 153 | 0.33 | 0 | 0.16 | 0.28 | 150.49 | 0.3 | 0.6 |
| Hex | 7A | B7 | 99 | 21 | 0 | 10 | 1C | 96 | 1E | 3C |
| Octal | 172 | 267 | 231 | 41 | 0 | 20 | 34 | 226 | 36 | 74 |
| Binary | 1111010 | 10110111 | 10011001 | 100001 | 0 | 10000 | 11100 | 10010110 | 11110 | 111100 |
Color Harmonies of #7AB799
Complementary color
Monochromatic Colors of #7AB799
Black with #7AB799
Text Example
Text Example
White with #7AB799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB799; }
p { color: rgb(122,183,153); }
H1.HeaderClassName
{
color: #7AB799;
}
.AnyTagClassName
{
color: #7AB799;
}
</style>
background-color css
<style>
a { background-color: #7AB799; }
a { background-color: rgb(122,183,153); }
div.DivClassName
{
background-color: #7AB799;
}
.BgClassName
{
background-color: #7AB799;
}
</style>
border-color css
<style>
span { border-color: #7AB799; }
span { border-color: rgb(122,183,153); }
td.TdClassName
{
border-color: #7AB799;
}
.TagClassName
{
border-color: #7AB799;
}
</style>