Shades of Padua #7BBA91
Tints of Padua #7BBA91
RGB
CMYK
RGB Variations
Color information
#7BBA91 (or 0x7BBA91) is known color: Padua. HEX triplet: 7B, BA and 91. RGB value is (123,186,145). Sum of RGB (Red+Green+Blue) = 123+186+145=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA91 is #84456E. Grayscale: #A2A2A2. Windows color (decimal): -8668527 or 9550459. OLE color: 9550459.
HSL color Cylindrical-coordinate representation of color #7BBA91: hue angle of 140.95º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA91 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 145 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.27 |
| HSL | 140.95º | 0.31% | 0.61% | - |
| HSV(B) | 140.95º | 0.34% | 0.73% | - |
| XYZ | 30.84 | 41.37 | 33.15 | - |
| YUV | 162.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 145 | 0.34 | 0 | 0.22 | 0.27 | 140.95 | 0.31 | 0.61 |
| Hex | 7B | BA | 91 | 22 | 0 | 16 | 1B | 8D | 1F | 3D |
| Octal | 173 | 272 | 221 | 42 | 0 | 26 | 33 | 215 | 37 | 75 |
| Binary | 1111011 | 10111010 | 10010001 | 100010 | 0 | 10110 | 11011 | 10001101 | 11111 | 111101 |
Color Harmonies of #7BBA91
Complementary color
Monochromatic Colors of #7BBA91
Black with #7BBA91
Text Example
Text Example
White with #7BBA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA91; }
p { color: rgb(123,186,145); }
H1.HeaderClassName
{
color: #7BBA91;
}
.AnyTagClassName
{
color: #7BBA91;
}
</style>
background-color css
<style>
a { background-color: #7BBA91; }
a { background-color: rgb(123,186,145); }
div.DivClassName
{
background-color: #7BBA91;
}
.BgClassName
{
background-color: #7BBA91;
}
</style>
border-color css
<style>
span { border-color: #7BBA91; }
span { border-color: rgb(123,186,145); }
td.TdClassName
{
border-color: #7BBA91;
}
.TagClassName
{
border-color: #7BBA91;
}
</style>