Shades of Padua #7AAF91
Tints of Padua #7AAF91
RGB
CMYK
RGB Variations
Color information
#7AAF91 (or 0x7AAF91) is known color: Padua. HEX triplet: 7A, AF and 91. RGB value is (122,175,145). Sum of RGB (Red+Green+Blue) = 122+175+145=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF91 is #85506E. Grayscale: #9B9B9B. Windows color (decimal): -8736879 or 9547642. OLE color: 9547642.
HSL color Cylindrical-coordinate representation of color #7AAF91: hue angle of 146.04º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF91 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 145 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.31 |
| HSL | 146.04º | 0.25% | 0.58% | - |
| HSV(B) | 146.04º | 0.3% | 0.69% | - |
| XYZ | 28.47 | 36.84 | 32.4 | - |
| YUV | 155.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 145 | 0.30 | 0 | 0.17 | 0.31 | 146.04 | 0.25 | 0.58 |
| Hex | 7A | AF | 91 | 1E | 0 | 11 | 1F | 92 | 19 | 3A |
| Octal | 172 | 257 | 221 | 36 | 0 | 21 | 37 | 222 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10010001 | 11110 | 0 | 10001 | 11111 | 10010010 | 11001 | 111010 |
Color Harmonies of #7AAF91
Complementary color
Monochromatic Colors of #7AAF91
Black with #7AAF91
Text Example
Text Example
White with #7AAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF91; }
p { color: rgb(122,175,145); }
H1.HeaderClassName
{
color: #7AAF91;
}
.AnyTagClassName
{
color: #7AAF91;
}
</style>
background-color css
<style>
a { background-color: #7AAF91; }
a { background-color: rgb(122,175,145); }
div.DivClassName
{
background-color: #7AAF91;
}
.BgClassName
{
background-color: #7AAF91;
}
</style>
border-color css
<style>
span { border-color: #7AAF91; }
span { border-color: rgb(122,175,145); }
td.TdClassName
{
border-color: #7AAF91;
}
.TagClassName
{
border-color: #7AAF91;
}
</style>