Shades of Padua #7FC69C
Tints of Padua #7FC69C
RGB
CMYK
RGB Variations
Color information
#7FC69C (or 0x7FC69C) is known color: Padua. HEX triplet: 7F, C6 and 9C. RGB value is (127,198,156). Sum of RGB (Red+Green+Blue) = 127+198+156=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC69C is #803963. Grayscale: #ACACAC. Windows color (decimal): -8403300 or 10274431. OLE color: 10274431.
HSL color Cylindrical-coordinate representation of color #7FC69C: hue angle of 144.51º 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 #7FC69C is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 156 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.22 |
| HSL | 144.51º | 0.38% | 0.64% | - |
| HSV(B) | 144.51º | 0.36% | 0.78% | - |
| XYZ | 34.95 | 47.3 | 38.74 | - |
| YUV | 171.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 156 | 0.36 | 0 | 0.21 | 0.22 | 144.51 | 0.38 | 0.64 |
| Hex | 7F | C6 | 9C | 24 | 0 | 15 | 16 | 91 | 26 | 40 |
| Octal | 177 | 306 | 234 | 44 | 0 | 25 | 26 | 221 | 46 | 100 |
| Binary | 1111111 | 11000110 | 10011100 | 100100 | 0 | 10101 | 10110 | 10010001 | 100110 | 1000000 |
Color Harmonies of #7FC69C
Complementary color
Monochromatic Colors of #7FC69C
Black with #7FC69C
Text Example
Text Example
White with #7FC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC69C; }
p { color: rgb(127,198,156); }
H1.HeaderClassName
{
color: #7FC69C;
}
.AnyTagClassName
{
color: #7FC69C;
}
</style>
background-color css
<style>
a { background-color: #7FC69C; }
a { background-color: rgb(127,198,156); }
div.DivClassName
{
background-color: #7FC69C;
}
.BgClassName
{
background-color: #7FC69C;
}
</style>
border-color css
<style>
span { border-color: #7FC69C; }
span { border-color: rgb(127,198,156); }
td.TdClassName
{
border-color: #7FC69C;
}
.TagClassName
{
border-color: #7FC69C;
}
</style>