Shades of Padua #76C192
Tints of Padua #76C192
RGB
CMYK
RGB Variations
Color information
#76C192 (or 0x76C192) is known color: Padua. HEX triplet: 76, C1 and 92. RGB value is (118,193,146). Sum of RGB (Red+Green+Blue) = 118+193+146=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #76C192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C192 is #893E6D. Grayscale: #A5A5A5. Windows color (decimal): -8994414 or 9617782. OLE color: 9617782.
HSL color Cylindrical-coordinate representation of color #76C192: hue angle of 142.4º 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 #76C192 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 146 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.24 |
| HSL | 142.4º | 0.38% | 0.61% | - |
| HSV(B) | 142.4º | 0.39% | 0.76% | - |
| XYZ | 31.73 | 44.07 | 34.03 | - |
| YUV | 165.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 146 | 0.39 | 0 | 0.24 | 0.24 | 142.4 | 0.38 | 0.61 |
| Hex | 76 | C1 | 92 | 27 | 0 | 18 | 18 | 8E | 26 | 3D |
| Octal | 166 | 301 | 222 | 47 | 0 | 30 | 30 | 216 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10010010 | 100111 | 0 | 11000 | 11000 | 10001110 | 100110 | 111101 |
Color Harmonies of #76C192
Complementary color
Monochromatic Colors of #76C192
Black with #76C192
Text Example
Text Example
White with #76C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C192; }
p { color: rgb(118,193,146); }
H1.HeaderClassName
{
color: #76C192;
}
.AnyTagClassName
{
color: #76C192;
}
</style>
background-color css
<style>
a { background-color: #76C192; }
a { background-color: rgb(118,193,146); }
div.DivClassName
{
background-color: #76C192;
}
.BgClassName
{
background-color: #76C192;
}
</style>
border-color css
<style>
span { border-color: #76C192; }
span { border-color: rgb(118,193,146); }
td.TdClassName
{
border-color: #76C192;
}
.TagClassName
{
border-color: #76C192;
}
</style>