Shades of Padua #7FB593
Tints of Padua #7FB593
RGB
CMYK
RGB Variations
Color information
#7FB593 (or 0x7FB593) is known color: Padua. HEX triplet: 7F, B5 and 93. RGB value is (127,181,147). Sum of RGB (Red+Green+Blue) = 127+181+147=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB593 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB593 is #804A6C. Grayscale: #A1A1A1. Windows color (decimal): -8407661 or 9680255. OLE color: 9680255.
HSL color Cylindrical-coordinate representation of color #7FB593: hue angle of 142.22º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB593 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 147 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.29 |
| HSL | 142.22º | 0.27% | 0.6% | - |
| HSV(B) | 142.22º | 0.3% | 0.71% | - |
| XYZ | 30.54 | 39.67 | 33.65 | - |
| YUV | 160.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 147 | 0.30 | 0 | 0.19 | 0.29 | 142.22 | 0.27 | 0.6 |
| Hex | 7F | B5 | 93 | 1E | 0 | 13 | 1D | 8E | 1B | 3C |
| Octal | 177 | 265 | 223 | 36 | 0 | 23 | 35 | 216 | 33 | 74 |
| Binary | 1111111 | 10110101 | 10010011 | 11110 | 0 | 10011 | 11101 | 10001110 | 11011 | 111100 |
Color Harmonies of #7FB593
Complementary color
Monochromatic Colors of #7FB593
Black with #7FB593
Text Example
Text Example
White with #7FB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB593; }
p { color: rgb(127,181,147); }
H1.HeaderClassName
{
color: #7FB593;
}
.AnyTagClassName
{
color: #7FB593;
}
</style>
background-color css
<style>
a { background-color: #7FB593; }
a { background-color: rgb(127,181,147); }
div.DivClassName
{
background-color: #7FB593;
}
.BgClassName
{
background-color: #7FB593;
}
</style>
border-color css
<style>
span { border-color: #7FB593; }
span { border-color: rgb(127,181,147); }
td.TdClassName
{
border-color: #7FB593;
}
.TagClassName
{
border-color: #7FB593;
}
</style>