Shades of Padua #7EBF96
Tints of Padua #7EBF96
RGB
CMYK
RGB Variations
Color information
#7EBF96 (or 0x7EBF96) is known color: Padua. HEX triplet: 7E, BF and 96. RGB value is (126,191,150). Sum of RGB (Red+Green+Blue) = 126+191+150=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBF96 is #814069. Grayscale: #A6A6A6. Windows color (decimal): -8470634 or 9879422. OLE color: 9879422.
HSL color Cylindrical-coordinate representation of color #7EBF96: hue angle of 142.15º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBF96 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 150 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.25 |
| HSL | 142.15º | 0.34% | 0.62% | - |
| HSV(B) | 142.15º | 0.34% | 0.75% | - |
| XYZ | 32.74 | 43.9 | 35.6 | - |
| YUV | 166.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 150 | 0.34 | 0 | 0.21 | 0.25 | 142.15 | 0.34 | 0.62 |
| Hex | 7E | BF | 96 | 22 | 0 | 15 | 19 | 8E | 22 | 3E |
| Octal | 176 | 277 | 226 | 42 | 0 | 25 | 31 | 216 | 42 | 76 |
| Binary | 1111110 | 10111111 | 10010110 | 100010 | 0 | 10101 | 11001 | 10001110 | 100010 | 111110 |
Color Harmonies of #7EBF96
Complementary color
Monochromatic Colors of #7EBF96
Black with #7EBF96
Text Example
Text Example
White with #7EBF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF96; }
p { color: rgb(126,191,150); }
H1.HeaderClassName
{
color: #7EBF96;
}
.AnyTagClassName
{
color: #7EBF96;
}
</style>
background-color css
<style>
a { background-color: #7EBF96; }
a { background-color: rgb(126,191,150); }
div.DivClassName
{
background-color: #7EBF96;
}
.BgClassName
{
background-color: #7EBF96;
}
</style>
border-color css
<style>
span { border-color: #7EBF96; }
span { border-color: rgb(126,191,150); }
td.TdClassName
{
border-color: #7EBF96;
}
.TagClassName
{
border-color: #7EBF96;
}
</style>