Shades of Padua #7FB199
Tints of Padua #7FB199
RGB
CMYK
RGB Variations
Color information
#7FB199 (or 0x7FB199) is known color: Padua. HEX triplet: 7F, B1 and 99. RGB value is (127,177,153). Sum of RGB (Red+Green+Blue) = 127+177+153=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB199 is #804E66. Grayscale: #9F9F9F. Windows color (decimal): -8408679 or 10072447. OLE color: 10072447.
HSL color Cylindrical-coordinate representation of color #7FB199: hue angle of 151.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 #7FB199 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 177 | 153 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.31 |
| HSL | 151.2º | 0.24% | 0.6% | - |
| HSV(B) | 151.2º | 0.28% | 0.69% | - |
| XYZ | 30.22 | 38.26 | 35.93 | - |
| YUV | 159.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 153 | 0.28 | 0 | 0.14 | 0.31 | 151.2 | 0.24 | 0.6 |
| Hex | 7F | B1 | 99 | 1C | 0 | E | 1F | 97 | 18 | 3C |
| Octal | 177 | 261 | 231 | 34 | 0 | 16 | 37 | 227 | 30 | 74 |
| Binary | 1111111 | 10110001 | 10011001 | 11100 | 0 | 1110 | 11111 | 10010111 | 11000 | 111100 |
Color Harmonies of #7FB199
Complementary color
Monochromatic Colors of #7FB199
Black with #7FB199
Text Example
Text Example
White with #7FB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB199; }
p { color: rgb(127,177,153); }
H1.HeaderClassName
{
color: #7FB199;
}
.AnyTagClassName
{
color: #7FB199;
}
</style>
background-color css
<style>
a { background-color: #7FB199; }
a { background-color: rgb(127,177,153); }
div.DivClassName
{
background-color: #7FB199;
}
.BgClassName
{
background-color: #7FB199;
}
</style>
border-color css
<style>
span { border-color: #7FB199; }
span { border-color: rgb(127,177,153); }
td.TdClassName
{
border-color: #7FB199;
}
.TagClassName
{
border-color: #7FB199;
}
</style>