Shades of Padua #7FC696
Tints of Padua #7FC696
RGB
CMYK
RGB Variations
Color information
#7FC696 (or 0x7FC696) is known color: Padua. HEX triplet: 7F, C6 and 96. RGB value is (127,198,150). Sum of RGB (Red+Green+Blue) = 127+198+150=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC696 is #803969. Grayscale: #ABABAB. Windows color (decimal): -8403306 or 9881215. OLE color: 9881215.
HSL color Cylindrical-coordinate representation of color #7FC696: hue angle of 139.44º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC696 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 150 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.22 |
| HSL | 139.44º | 0.38% | 0.64% | - |
| HSV(B) | 139.44º | 0.36% | 0.78% | - |
| XYZ | 34.45 | 47.1 | 36.13 | - |
| YUV | 171.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 150 | 0.36 | 0 | 0.24 | 0.22 | 139.44 | 0.38 | 0.64 |
| Hex | 7F | C6 | 96 | 24 | 0 | 18 | 16 | 8B | 26 | 40 |
| Octal | 177 | 306 | 226 | 44 | 0 | 30 | 26 | 213 | 46 | 100 |
| Binary | 1111111 | 11000110 | 10010110 | 100100 | 0 | 11000 | 10110 | 10001011 | 100110 | 1000000 |
Color Harmonies of #7FC696
Complementary color
Monochromatic Colors of #7FC696
Black with #7FC696
Text Example
Text Example
White with #7FC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC696; }
p { color: rgb(127,198,150); }
H1.HeaderClassName
{
color: #7FC696;
}
.AnyTagClassName
{
color: #7FC696;
}
</style>
background-color css
<style>
a { background-color: #7FC696; }
a { background-color: rgb(127,198,150); }
div.DivClassName
{
background-color: #7FC696;
}
.BgClassName
{
background-color: #7FC696;
}
</style>
border-color css
<style>
span { border-color: #7FC696; }
span { border-color: rgb(127,198,150); }
td.TdClassName
{
border-color: #7FC696;
}
.TagClassName
{
border-color: #7FC696;
}
</style>