Shades of Padua #76C091
Tints of Padua #76C091
RGB
CMYK
RGB Variations
Color information
#76C091 (or 0x76C091) is known color: Padua. HEX triplet: 76, C0 and 91. RGB value is (118,192,145). Sum of RGB (Red+Green+Blue) = 118+192+145=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #76C091 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C091 is #893F6E. Grayscale: #A4A4A4. Windows color (decimal): -8994671 or 9551990. OLE color: 9551990.
HSL color Cylindrical-coordinate representation of color #76C091: hue angle of 141.89º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C091 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 145 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.25 |
| HSL | 141.89º | 0.37% | 0.61% | - |
| HSV(B) | 141.89º | 0.39% | 0.75% | - |
| XYZ | 31.43 | 43.6 | 33.55 | - |
| YUV | 164.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 145 | 0.39 | 0 | 0.24 | 0.25 | 141.89 | 0.37 | 0.61 |
| Hex | 76 | C0 | 91 | 27 | 0 | 18 | 19 | 8E | 25 | 3D |
| Octal | 166 | 300 | 221 | 47 | 0 | 30 | 31 | 216 | 45 | 75 |
| Binary | 1110110 | 11000000 | 10010001 | 100111 | 0 | 11000 | 11001 | 10001110 | 100101 | 111101 |
Color Harmonies of #76C091
Complementary color
Monochromatic Colors of #76C091
Black with #76C091
Text Example
Text Example
White with #76C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C091; }
p { color: rgb(118,192,145); }
H1.HeaderClassName
{
color: #76C091;
}
.AnyTagClassName
{
color: #76C091;
}
</style>
background-color css
<style>
a { background-color: #76C091; }
a { background-color: rgb(118,192,145); }
div.DivClassName
{
background-color: #76C091;
}
.BgClassName
{
background-color: #76C091;
}
</style>
border-color css
<style>
span { border-color: #76C091; }
span { border-color: rgb(118,192,145); }
td.TdClassName
{
border-color: #76C091;
}
.TagClassName
{
border-color: #76C091;
}
</style>