Shades of Padua #7FB79E
Tints of Padua #7FB79E
RGB
CMYK
RGB Variations
Color information
#7FB79E (or 0x7FB79E) is known color: Padua. HEX triplet: 7F, B7 and 9E. RGB value is (127,183,158). Sum of RGB (Red+Green+Blue) = 127+183+158=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB79E is #804861. Grayscale: #A3A3A3. Windows color (decimal): -8407138 or 10401663. OLE color: 10401663.
HSL color Cylindrical-coordinate representation of color #7FB79E: hue angle of 153.21º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB79E is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 158 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.28 |
| HSL | 153.21º | 0.28% | 0.61% | - |
| HSV(B) | 153.21º | 0.31% | 0.72% | - |
| XYZ | 31.86 | 40.85 | 38.55 | - |
| YUV | 163.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 158 | 0.31 | 0 | 0.14 | 0.28 | 153.21 | 0.28 | 0.61 |
| Hex | 7F | B7 | 9E | 1F | 0 | E | 1C | 99 | 1C | 3D |
| Octal | 177 | 267 | 236 | 37 | 0 | 16 | 34 | 231 | 34 | 75 |
| Binary | 1111111 | 10110111 | 10011110 | 11111 | 0 | 1110 | 11100 | 10011001 | 11100 | 111101 |
Color Harmonies of #7FB79E
Complementary color
Monochromatic Colors of #7FB79E
Black with #7FB79E
Text Example
Text Example
White with #7FB79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB79E; }
p { color: rgb(127,183,158); }
H1.HeaderClassName
{
color: #7FB79E;
}
.AnyTagClassName
{
color: #7FB79E;
}
</style>
background-color css
<style>
a { background-color: #7FB79E; }
a { background-color: rgb(127,183,158); }
div.DivClassName
{
background-color: #7FB79E;
}
.BgClassName
{
background-color: #7FB79E;
}
</style>
border-color css
<style>
span { border-color: #7FB79E; }
span { border-color: rgb(127,183,158); }
td.TdClassName
{
border-color: #7FB79E;
}
.TagClassName
{
border-color: #7FB79E;
}
</style>