Shades of Padua #7FA690
Tints of Padua #7FA690
RGB
CMYK
RGB Variations
Color information
#7FA690 (or 0x7FA690) is known color: Padua. HEX triplet: 7F, A6 and 90. RGB value is (127,166,144). Sum of RGB (Red+Green+Blue) = 127+166+144=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA690 is #80596F. Grayscale: #979797. Windows color (decimal): -8411504 or 9479807. OLE color: 9479807.
HSL color Cylindrical-coordinate representation of color #7FA690: hue angle of 146.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA690 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 144 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.35 |
| HSL | 146.15º | 0.18% | 0.57% | - |
| HSV(B) | 146.15º | 0.23% | 0.65% | - |
| XYZ | 27.42 | 33.8 | 31.46 | - |
| YUV | 151.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 144 | 0.23 | 0 | 0.13 | 0.35 | 146.15 | 0.18 | 0.57 |
| Hex | 7F | A6 | 90 | 17 | 0 | D | 23 | 92 | 12 | 39 |
| Octal | 177 | 246 | 220 | 27 | 0 | 15 | 43 | 222 | 22 | 71 |
| Binary | 1111111 | 10100110 | 10010000 | 10111 | 0 | 1101 | 100011 | 10010010 | 10010 | 111001 |
Color Harmonies of #7FA690
Complementary color
Monochromatic Colors of #7FA690
Black with #7FA690
Text Example
Text Example
White with #7FA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA690; }
p { color: rgb(127,166,144); }
H1.HeaderClassName
{
color: #7FA690;
}
.AnyTagClassName
{
color: #7FA690;
}
</style>
background-color css
<style>
a { background-color: #7FA690; }
a { background-color: rgb(127,166,144); }
div.DivClassName
{
background-color: #7FA690;
}
.BgClassName
{
background-color: #7FA690;
}
</style>
border-color css
<style>
span { border-color: #7FA690; }
span { border-color: rgb(127,166,144); }
td.TdClassName
{
border-color: #7FA690;
}
.TagClassName
{
border-color: #7FA690;
}
</style>