Shades of Padua #76C195
Tints of Padua #76C195
RGB
CMYK
RGB Variations
Color information
#76C195 (or 0x76C195) is known color: Padua. HEX triplet: 76, C1 and 95. RGB value is (118,193,149). Sum of RGB (Red+Green+Blue) = 118+193+149=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #76C195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C195 is #893E6A. Grayscale: #A5A5A5. Windows color (decimal): -8994411 or 9814390. OLE color: 9814390.
HSL color Cylindrical-coordinate representation of color #76C195: hue angle of 144.8º 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 #76C195 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 149 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.24 |
| HSL | 144.8º | 0.38% | 0.61% | - |
| HSV(B) | 144.8º | 0.39% | 0.76% | - |
| XYZ | 31.97 | 44.16 | 35.27 | - |
| YUV | 165.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 149 | 0.39 | 0 | 0.23 | 0.24 | 144.8 | 0.38 | 0.61 |
| Hex | 76 | C1 | 95 | 27 | 0 | 17 | 18 | 91 | 26 | 3D |
| Octal | 166 | 301 | 225 | 47 | 0 | 27 | 30 | 221 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10010101 | 100111 | 0 | 10111 | 11000 | 10010001 | 100110 | 111101 |
Color Harmonies of #76C195
Complementary color
Monochromatic Colors of #76C195
Black with #76C195
Text Example
Text Example
White with #76C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C195; }
p { color: rgb(118,193,149); }
H1.HeaderClassName
{
color: #76C195;
}
.AnyTagClassName
{
color: #76C195;
}
</style>
background-color css
<style>
a { background-color: #76C195; }
a { background-color: rgb(118,193,149); }
div.DivClassName
{
background-color: #76C195;
}
.BgClassName
{
background-color: #76C195;
}
</style>
border-color css
<style>
span { border-color: #76C195; }
span { border-color: rgb(118,193,149); }
td.TdClassName
{
border-color: #76C195;
}
.TagClassName
{
border-color: #76C195;
}
</style>