Shades of Padua #7EBB92
Tints of Padua #7EBB92
RGB
CMYK
RGB Variations
Color information
#7EBB92 (or 0x7EBB92) is known color: Padua. HEX triplet: 7E, BB and 92. RGB value is (126,187,146). Sum of RGB (Red+Green+Blue) = 126+187+146=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB92 is #81446D. Grayscale: #A4A4A4. Windows color (decimal): -8471662 or 9616254. OLE color: 9616254.
HSL color Cylindrical-coordinate representation of color #7EBB92: hue angle of 139.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBB92 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 146 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.27 |
| HSL | 139.67º | 0.31% | 0.61% | - |
| HSV(B) | 139.67º | 0.33% | 0.73% | - |
| XYZ | 31.56 | 42.05 | 33.65 | - |
| YUV | 164.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 146 | 0.33 | 0 | 0.22 | 0.27 | 139.67 | 0.31 | 0.61 |
| Hex | 7E | BB | 92 | 21 | 0 | 16 | 1B | 8C | 1F | 3D |
| Octal | 176 | 273 | 222 | 41 | 0 | 26 | 33 | 214 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10010010 | 100001 | 0 | 10110 | 11011 | 10001100 | 11111 | 111101 |
Color Harmonies of #7EBB92
Complementary color
Monochromatic Colors of #7EBB92
Black with #7EBB92
Text Example
Text Example
White with #7EBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB92; }
p { color: rgb(126,187,146); }
H1.HeaderClassName
{
color: #7EBB92;
}
.AnyTagClassName
{
color: #7EBB92;
}
</style>
background-color css
<style>
a { background-color: #7EBB92; }
a { background-color: rgb(126,187,146); }
div.DivClassName
{
background-color: #7EBB92;
}
.BgClassName
{
background-color: #7EBB92;
}
</style>
border-color css
<style>
span { border-color: #7EBB92; }
span { border-color: rgb(126,187,146); }
td.TdClassName
{
border-color: #7EBB92;
}
.TagClassName
{
border-color: #7EBB92;
}
</style>