Shades of Padua #7FB194
Tints of Padua #7FB194
RGB
CMYK
RGB Variations
Color information
#7FB194 (or 0x7FB194) is known color: Padua. HEX triplet: 7F, B1 and 94. RGB value is (127,177,148). Sum of RGB (Red+Green+Blue) = 127+177+148=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB194 is #804E6B. Grayscale: #9E9E9E. Windows color (decimal): -8408684 or 9744767. OLE color: 9744767.
HSL color Cylindrical-coordinate representation of color #7FB194: hue angle of 145.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB194 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 177 | 148 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.31 |
| HSL | 145.2º | 0.24% | 0.6% | - |
| HSV(B) | 145.2º | 0.28% | 0.69% | - |
| XYZ | 29.82 | 38.09 | 33.8 | - |
| YUV | 158.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 148 | 0.28 | 0 | 0.16 | 0.31 | 145.2 | 0.24 | 0.6 |
| Hex | 7F | B1 | 94 | 1C | 0 | 10 | 1F | 91 | 18 | 3C |
| Octal | 177 | 261 | 224 | 34 | 0 | 20 | 37 | 221 | 30 | 74 |
| Binary | 1111111 | 10110001 | 10010100 | 11100 | 0 | 10000 | 11111 | 10010001 | 11000 | 111100 |
Color Harmonies of #7FB194
Complementary color
Monochromatic Colors of #7FB194
Black with #7FB194
Text Example
Text Example
White with #7FB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB194; }
p { color: rgb(127,177,148); }
H1.HeaderClassName
{
color: #7FB194;
}
.AnyTagClassName
{
color: #7FB194;
}
</style>
background-color css
<style>
a { background-color: #7FB194; }
a { background-color: rgb(127,177,148); }
div.DivClassName
{
background-color: #7FB194;
}
.BgClassName
{
background-color: #7FB194;
}
</style>
border-color css
<style>
span { border-color: #7FB194; }
span { border-color: rgb(127,177,148); }
td.TdClassName
{
border-color: #7FB194;
}
.TagClassName
{
border-color: #7FB194;
}
</style>