Shades of Padua #7AB291
Tints of Padua #7AB291
RGB
CMYK
RGB Variations
Color information
#7AB291 (or 0x7AB291) is known color: Padua. HEX triplet: 7A, B2 and 91. RGB value is (122,178,145). Sum of RGB (Red+Green+Blue) = 122+178+145=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB291 is #854D6E. Grayscale: #9D9D9D. Windows color (decimal): -8736111 or 9548410. OLE color: 9548410.
HSL color Cylindrical-coordinate representation of color #7AB291: hue angle of 144.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB291 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 145 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.30 |
| HSL | 144.64º | 0.27% | 0.59% | - |
| HSV(B) | 144.64º | 0.31% | 0.7% | - |
| XYZ | 29.06 | 38.02 | 32.6 | - |
| YUV | 157.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 145 | 0.31 | 0 | 0.19 | 0.30 | 144.64 | 0.27 | 0.59 |
| Hex | 7A | B2 | 91 | 1F | 0 | 13 | 1E | 91 | 1B | 3B |
| Octal | 172 | 262 | 221 | 37 | 0 | 23 | 36 | 221 | 33 | 73 |
| Binary | 1111010 | 10110010 | 10010001 | 11111 | 0 | 10011 | 11110 | 10010001 | 11011 | 111011 |
Color Harmonies of #7AB291
Complementary color
Monochromatic Colors of #7AB291
Black with #7AB291
Text Example
Text Example
White with #7AB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB291; }
p { color: rgb(122,178,145); }
H1.HeaderClassName
{
color: #7AB291;
}
.AnyTagClassName
{
color: #7AB291;
}
</style>
background-color css
<style>
a { background-color: #7AB291; }
a { background-color: rgb(122,178,145); }
div.DivClassName
{
background-color: #7AB291;
}
.BgClassName
{
background-color: #7AB291;
}
</style>
border-color css
<style>
span { border-color: #7AB291; }
span { border-color: rgb(122,178,145); }
td.TdClassName
{
border-color: #7AB291;
}
.TagClassName
{
border-color: #7AB291;
}
</style>