Shades of Padua #7BAD93
Tints of Padua #7BAD93
RGB
CMYK
RGB Variations
Color information
#7BAD93 (or 0x7BAD93) is known color: Padua. HEX triplet: 7B, AD and 93. RGB value is (123,173,147). Sum of RGB (Red+Green+Blue) = 123+173+147=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAD93 is #84526C. Grayscale: #9B9B9B. Windows color (decimal): -8671853 or 9678203. OLE color: 9678203.
HSL color Cylindrical-coordinate representation of color #7BAD93: hue angle of 148.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAD93 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 147 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.32 |
| HSL | 148.8º | 0.23% | 0.58% | - |
| HSV(B) | 148.8º | 0.29% | 0.68% | - |
| XYZ | 28.38 | 36.2 | 33.1 | - |
| YUV | 155.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 147 | 0.29 | 0 | 0.15 | 0.32 | 148.8 | 0.23 | 0.58 |
| Hex | 7B | AD | 93 | 1D | 0 | F | 20 | 95 | 17 | 3A |
| Octal | 173 | 255 | 223 | 35 | 0 | 17 | 40 | 225 | 27 | 72 |
| Binary | 1111011 | 10101101 | 10010011 | 11101 | 0 | 1111 | 100000 | 10010101 | 10111 | 111010 |
Color Harmonies of #7BAD93
Complementary color
Monochromatic Colors of #7BAD93
Black with #7BAD93
Text Example
Text Example
White with #7BAD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD93; }
p { color: rgb(123,173,147); }
H1.HeaderClassName
{
color: #7BAD93;
}
.AnyTagClassName
{
color: #7BAD93;
}
</style>
background-color css
<style>
a { background-color: #7BAD93; }
a { background-color: rgb(123,173,147); }
div.DivClassName
{
background-color: #7BAD93;
}
.BgClassName
{
background-color: #7BAD93;
}
</style>
border-color css
<style>
span { border-color: #7BAD93; }
span { border-color: rgb(123,173,147); }
td.TdClassName
{
border-color: #7BAD93;
}
.TagClassName
{
border-color: #7BAD93;
}
</style>