Shades of Padua #76BA95
Tints of Padua #76BA95
RGB
CMYK
RGB Variations
Color information
#76BA95 (or 0x76BA95) is known color: Padua. HEX triplet: 76, BA and 95. RGB value is (118,186,149). Sum of RGB (Red+Green+Blue) = 118+186+149=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BA95 is #89456A. Grayscale: #A1A1A1. Windows color (decimal): -8996203 or 9812598. OLE color: 9812598.
HSL color Cylindrical-coordinate representation of color #76BA95: hue angle of 147.35º degrees, saturation: 0.33, 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 #76BA95 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 149 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.27 |
| HSL | 147.35º | 0.33% | 0.6% | - |
| HSV(B) | 147.35º | 0.37% | 0.73% | - |
| XYZ | 30.45 | 41.14 | 34.77 | - |
| YUV | 161.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 149 | 0.37 | 0 | 0.20 | 0.27 | 147.35 | 0.33 | 0.6 |
| Hex | 76 | BA | 95 | 25 | 0 | 14 | 1B | 93 | 21 | 3C |
| Octal | 166 | 272 | 225 | 45 | 0 | 24 | 33 | 223 | 41 | 74 |
| Binary | 1110110 | 10111010 | 10010101 | 100101 | 0 | 10100 | 11011 | 10010011 | 100001 | 111100 |
Color Harmonies of #76BA95
Complementary color
Monochromatic Colors of #76BA95
Black with #76BA95
Text Example
Text Example
White with #76BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA95; }
p { color: rgb(118,186,149); }
H1.HeaderClassName
{
color: #76BA95;
}
.AnyTagClassName
{
color: #76BA95;
}
</style>
background-color css
<style>
a { background-color: #76BA95; }
a { background-color: rgb(118,186,149); }
div.DivClassName
{
background-color: #76BA95;
}
.BgClassName
{
background-color: #76BA95;
}
</style>
border-color css
<style>
span { border-color: #76BA95; }
span { border-color: rgb(118,186,149); }
td.TdClassName
{
border-color: #76BA95;
}
.TagClassName
{
border-color: #76BA95;
}
</style>