Shades of Padua #76C193
Tints of Padua #76C193
RGB
CMYK
RGB Variations
Color information
#76C193 (or 0x76C193) is known color: Padua. HEX triplet: 76, C1 and 93. RGB value is (118,193,147). Sum of RGB (Red+Green+Blue) = 118+193+147=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #76C193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C193 is #893E6C. Grayscale: #A5A5A5. Windows color (decimal): -8994413 or 9683318. OLE color: 9683318.
HSL color Cylindrical-coordinate representation of color #76C193: hue angle of 143.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C193 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 147 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.24 |
| HSL | 143.2º | 0.38% | 0.61% | - |
| HSV(B) | 143.2º | 0.39% | 0.76% | - |
| XYZ | 31.81 | 44.1 | 34.44 | - |
| YUV | 165.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 147 | 0.39 | 0 | 0.24 | 0.24 | 143.2 | 0.38 | 0.61 |
| Hex | 76 | C1 | 93 | 27 | 0 | 18 | 18 | 8F | 26 | 3D |
| Octal | 166 | 301 | 223 | 47 | 0 | 30 | 30 | 217 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10010011 | 100111 | 0 | 11000 | 11000 | 10001111 | 100110 | 111101 |
Color Harmonies of #76C193
Complementary color
Monochromatic Colors of #76C193
Black with #76C193
Text Example
Text Example
White with #76C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C193; }
p { color: rgb(118,193,147); }
H1.HeaderClassName
{
color: #76C193;
}
.AnyTagClassName
{
color: #76C193;
}
</style>
background-color css
<style>
a { background-color: #76C193; }
a { background-color: rgb(118,193,147); }
div.DivClassName
{
background-color: #76C193;
}
.BgClassName
{
background-color: #76C193;
}
</style>
border-color css
<style>
span { border-color: #76C193; }
span { border-color: rgb(118,193,147); }
td.TdClassName
{
border-color: #76C193;
}
.TagClassName
{
border-color: #76C193;
}
</style>