Shades of Padua #77BB96
Tints of Padua #77BB96
RGB
CMYK
RGB Variations
Color information
#77BB96 (or 0x77BB96) is known color: Padua. HEX triplet: 77, BB and 96. RGB value is (119,187,150). Sum of RGB (Red+Green+Blue) = 119+187+150=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BB96 is #884469. Grayscale: #A2A2A2. Windows color (decimal): -8930410 or 9878391. OLE color: 9878391.
HSL color Cylindrical-coordinate representation of color #77BB96: 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.36%. Process color model (Four color, CMYK) of #77BB96 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 187 | 150 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.27 |
| HSL | 147.35º | 0.33% | 0.6% | - |
| HSV(B) | 147.35º | 0.36% | 0.73% | - |
| XYZ | 30.88 | 41.66 | 35.27 | - |
| YUV | 162.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 150 | 0.36 | 0 | 0.20 | 0.27 | 147.35 | 0.33 | 0.6 |
| Hex | 77 | BB | 96 | 24 | 0 | 14 | 1B | 93 | 21 | 3C |
| Octal | 167 | 273 | 226 | 44 | 0 | 24 | 33 | 223 | 41 | 74 |
| Binary | 1110111 | 10111011 | 10010110 | 100100 | 0 | 10100 | 11011 | 10010011 | 100001 | 111100 |
Color Harmonies of #77BB96
Complementary color
Monochromatic Colors of #77BB96
Black with #77BB96
Text Example
Text Example
White with #77BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BB96; }
p { color: rgb(119,187,150); }
H1.HeaderClassName
{
color: #77BB96;
}
.AnyTagClassName
{
color: #77BB96;
}
</style>
background-color css
<style>
a { background-color: #77BB96; }
a { background-color: rgb(119,187,150); }
div.DivClassName
{
background-color: #77BB96;
}
.BgClassName
{
background-color: #77BB96;
}
</style>
border-color css
<style>
span { border-color: #77BB96; }
span { border-color: rgb(119,187,150); }
td.TdClassName
{
border-color: #77BB96;
}
.TagClassName
{
border-color: #77BB96;
}
</style>