Shades of Padua #77C496
Tints of Padua #77C496
RGB
CMYK
RGB Variations
Color information
#77C496 (or 0x77C496) is known color: Padua. HEX triplet: 77, C4 and 96. RGB value is (119,196,150). Sum of RGB (Red+Green+Blue) = 119+196+150=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #77C496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C496 is #883B69. Grayscale: #A7A7A7. Windows color (decimal): -8928106 or 9880695. OLE color: 9880695.
HSL color Cylindrical-coordinate representation of color #77C496: hue angle of 144.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C496 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 150 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.23 |
| HSL | 144.16º | 0.39% | 0.62% | - |
| HSV(B) | 144.16º | 0.39% | 0.77% | - |
| XYZ | 32.85 | 45.6 | 35.93 | - |
| YUV | 167.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 150 | 0.39 | 0 | 0.23 | 0.23 | 144.16 | 0.39 | 0.62 |
| Hex | 77 | C4 | 96 | 27 | 0 | 17 | 17 | 90 | 27 | 3E |
| Octal | 167 | 304 | 226 | 47 | 0 | 27 | 27 | 220 | 47 | 76 |
| Binary | 1110111 | 11000100 | 10010110 | 100111 | 0 | 10111 | 10111 | 10010000 | 100111 | 111110 |
Color Harmonies of #77C496
Complementary color
Monochromatic Colors of #77C496
Black with #77C496
Text Example
Text Example
White with #77C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C496; }
p { color: rgb(119,196,150); }
H1.HeaderClassName
{
color: #77C496;
}
.AnyTagClassName
{
color: #77C496;
}
</style>
background-color css
<style>
a { background-color: #77C496; }
a { background-color: rgb(119,196,150); }
div.DivClassName
{
background-color: #77C496;
}
.BgClassName
{
background-color: #77C496;
}
</style>
border-color css
<style>
span { border-color: #77C496; }
span { border-color: rgb(119,196,150); }
td.TdClassName
{
border-color: #77C496;
}
.TagClassName
{
border-color: #77C496;
}
</style>