Shades of Padua #7FC094
Tints of Padua #7FC094
RGB
CMYK
RGB Variations
Color information
#7FC094 (or 0x7FC094) is known color: Padua. HEX triplet: 7F, C0 and 94. RGB value is (127,192,148). Sum of RGB (Red+Green+Blue) = 127+192+148=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC094 is #803F6B. Grayscale: #A7A7A7. Windows color (decimal): -8404844 or 9748607. OLE color: 9748607.
HSL color Cylindrical-coordinate representation of color #7FC094: hue angle of 139.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC094 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 148 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.25 |
| HSL | 139.38º | 0.34% | 0.63% | - |
| HSV(B) | 139.38º | 0.34% | 0.75% | - |
| XYZ | 32.95 | 44.35 | 34.84 | - |
| YUV | 167.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 148 | 0.34 | 0 | 0.23 | 0.25 | 139.38 | 0.34 | 0.63 |
| Hex | 7F | C0 | 94 | 22 | 0 | 17 | 19 | 8B | 22 | 3F |
| Octal | 177 | 300 | 224 | 42 | 0 | 27 | 31 | 213 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10010100 | 100010 | 0 | 10111 | 11001 | 10001011 | 100010 | 111111 |
Color Harmonies of #7FC094
Complementary color
Monochromatic Colors of #7FC094
Black with #7FC094
Text Example
Text Example
White with #7FC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC094; }
p { color: rgb(127,192,148); }
H1.HeaderClassName
{
color: #7FC094;
}
.AnyTagClassName
{
color: #7FC094;
}
</style>
background-color css
<style>
a { background-color: #7FC094; }
a { background-color: rgb(127,192,148); }
div.DivClassName
{
background-color: #7FC094;
}
.BgClassName
{
background-color: #7FC094;
}
</style>
border-color css
<style>
span { border-color: #7FC094; }
span { border-color: rgb(127,192,148); }
td.TdClassName
{
border-color: #7FC094;
}
.TagClassName
{
border-color: #7FC094;
}
</style>