Shades of Padua #7FB396
Tints of Padua #7FB396
RGB
CMYK
RGB Variations
Color information
#7FB396 (or 0x7FB396) is known color: Padua. HEX triplet: 7F, B3 and 96. RGB value is (127,179,150). Sum of RGB (Red+Green+Blue) = 127+179+150=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB396 is #804C69. Grayscale: #A0A0A0. Windows color (decimal): -8408170 or 9876351. OLE color: 9876351.
HSL color Cylindrical-coordinate representation of color #7FB396: hue angle of 146.54º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB396 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 150 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.30 |
| HSL | 146.54º | 0.25% | 0.6% | - |
| HSV(B) | 146.54º | 0.29% | 0.7% | - |
| XYZ | 30.38 | 38.95 | 34.77 | - |
| YUV | 160.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 150 | 0.29 | 0 | 0.16 | 0.30 | 146.54 | 0.25 | 0.6 |
| Hex | 7F | B3 | 96 | 1D | 0 | 10 | 1E | 93 | 19 | 3C |
| Octal | 177 | 263 | 226 | 35 | 0 | 20 | 36 | 223 | 31 | 74 |
| Binary | 1111111 | 10110011 | 10010110 | 11101 | 0 | 10000 | 11110 | 10010011 | 11001 | 111100 |
Color Harmonies of #7FB396
Complementary color
Monochromatic Colors of #7FB396
Black with #7FB396
Text Example
Text Example
White with #7FB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB396; }
p { color: rgb(127,179,150); }
H1.HeaderClassName
{
color: #7FB396;
}
.AnyTagClassName
{
color: #7FB396;
}
</style>
background-color css
<style>
a { background-color: #7FB396; }
a { background-color: rgb(127,179,150); }
div.DivClassName
{
background-color: #7FB396;
}
.BgClassName
{
background-color: #7FB396;
}
</style>
border-color css
<style>
span { border-color: #7FB396; }
span { border-color: rgb(127,179,150); }
td.TdClassName
{
border-color: #7FB396;
}
.TagClassName
{
border-color: #7FB396;
}
</style>