Shades of Padua #7EBD96
Tints of Padua #7EBD96
RGB
CMYK
RGB Variations
Color information
#7EBD96 (or 0x7EBD96) is known color: Padua. HEX triplet: 7E, BD and 96. RGB value is (126,189,150). Sum of RGB (Red+Green+Blue) = 126+189+150=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD96 is #814269. Grayscale: #A5A5A5. Windows color (decimal): -8471146 or 9878910. OLE color: 9878910.
HSL color Cylindrical-coordinate representation of color #7EBD96: hue angle of 142.86º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBD96 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 150 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.26 |
| HSL | 142.86º | 0.32% | 0.62% | - |
| HSV(B) | 142.86º | 0.33% | 0.74% | - |
| XYZ | 32.31 | 43.03 | 35.46 | - |
| YUV | 165.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 150 | 0.33 | 0 | 0.21 | 0.26 | 142.86 | 0.32 | 0.62 |
| Hex | 7E | BD | 96 | 21 | 0 | 15 | 1A | 8F | 20 | 3E |
| Octal | 176 | 275 | 226 | 41 | 0 | 25 | 32 | 217 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10010110 | 100001 | 0 | 10101 | 11010 | 10001111 | 100000 | 111110 |
Color Harmonies of #7EBD96
Complementary color
Monochromatic Colors of #7EBD96
Black with #7EBD96
Text Example
Text Example
White with #7EBD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD96; }
p { color: rgb(126,189,150); }
H1.HeaderClassName
{
color: #7EBD96;
}
.AnyTagClassName
{
color: #7EBD96;
}
</style>
background-color css
<style>
a { background-color: #7EBD96; }
a { background-color: rgb(126,189,150); }
div.DivClassName
{
background-color: #7EBD96;
}
.BgClassName
{
background-color: #7EBD96;
}
</style>
border-color css
<style>
span { border-color: #7EBD96; }
span { border-color: rgb(126,189,150); }
td.TdClassName
{
border-color: #7EBD96;
}
.TagClassName
{
border-color: #7EBD96;
}
</style>