Shades of Padua #76C097
Tints of Padua #76C097
RGB
CMYK
RGB Variations
Color information
#76C097 (or 0x76C097) is known color: Padua. HEX triplet: 76, C0 and 97. RGB value is (118,192,151). Sum of RGB (Red+Green+Blue) = 118+192+151=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #76C097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C097 is #893F68. Grayscale: #A5A5A5. Windows color (decimal): -8994665 or 9945206. OLE color: 9945206.
HSL color Cylindrical-coordinate representation of color #76C097: hue angle of 146.76º 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 #76C097 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 151 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.25 |
| HSL | 146.76º | 0.37% | 0.61% | - |
| HSV(B) | 146.76º | 0.39% | 0.75% | - |
| XYZ | 31.91 | 43.79 | 36.05 | - |
| YUV | 165.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 151 | 0.39 | 0 | 0.21 | 0.25 | 146.76 | 0.37 | 0.61 |
| Hex | 76 | C0 | 97 | 27 | 0 | 15 | 19 | 93 | 25 | 3D |
| Octal | 166 | 300 | 227 | 47 | 0 | 25 | 31 | 223 | 45 | 75 |
| Binary | 1110110 | 11000000 | 10010111 | 100111 | 0 | 10101 | 11001 | 10010011 | 100101 | 111101 |
Color Harmonies of #76C097
Complementary color
Monochromatic Colors of #76C097
Black with #76C097
Text Example
Text Example
White with #76C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C097; }
p { color: rgb(118,192,151); }
H1.HeaderClassName
{
color: #76C097;
}
.AnyTagClassName
{
color: #76C097;
}
</style>
background-color css
<style>
a { background-color: #76C097; }
a { background-color: rgb(118,192,151); }
div.DivClassName
{
background-color: #76C097;
}
.BgClassName
{
background-color: #76C097;
}
</style>
border-color css
<style>
span { border-color: #76C097; }
span { border-color: rgb(118,192,151); }
td.TdClassName
{
border-color: #76C097;
}
.TagClassName
{
border-color: #76C097;
}
</style>