Shades of Padua #76BB96
Tints of Padua #76BB96
RGB
CMYK
RGB Variations
Color information
#76BB96 (or 0x76BB96) is known color: Padua. HEX triplet: 76, BB and 96. RGB value is (118,187,150). Sum of RGB (Red+Green+Blue) = 118+187+150=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BB96 is #894469. Grayscale: #A2A2A2. Windows color (decimal): -8995946 or 9878390. OLE color: 9878390.
HSL color Cylindrical-coordinate representation of color #76BB96: hue angle of 147.83º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB96 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 150 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.27 |
| HSL | 147.83º | 0.34% | 0.6% | - |
| HSV(B) | 147.83º | 0.37% | 0.73% | - |
| XYZ | 30.75 | 41.59 | 35.26 | - |
| YUV | 162.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 150 | 0.37 | 0 | 0.20 | 0.27 | 147.83 | 0.34 | 0.6 |
| Hex | 76 | BB | 96 | 25 | 0 | 14 | 1B | 94 | 22 | 3C |
| Octal | 166 | 273 | 226 | 45 | 0 | 24 | 33 | 224 | 42 | 74 |
| Binary | 1110110 | 10111011 | 10010110 | 100101 | 0 | 10100 | 11011 | 10010100 | 100010 | 111100 |
Color Harmonies of #76BB96
Complementary color
Monochromatic Colors of #76BB96
Black with #76BB96
Text Example
Text Example
White with #76BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB96; }
p { color: rgb(118,187,150); }
H1.HeaderClassName
{
color: #76BB96;
}
.AnyTagClassName
{
color: #76BB96;
}
</style>
background-color css
<style>
a { background-color: #76BB96; }
a { background-color: rgb(118,187,150); }
div.DivClassName
{
background-color: #76BB96;
}
.BgClassName
{
background-color: #76BB96;
}
</style>
border-color css
<style>
span { border-color: #76BB96; }
span { border-color: rgb(118,187,150); }
td.TdClassName
{
border-color: #76BB96;
}
.TagClassName
{
border-color: #76BB96;
}
</style>