Shades of Padua #77C497
Tints of Padua #77C497
RGB
CMYK
RGB Variations
Color information
#77C497 (or 0x77C497) is known color: Padua. HEX triplet: 77, C4 and 97. RGB value is (119,196,151). Sum of RGB (Red+Green+Blue) = 119+196+151=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #77C497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C497 is #883B68. Grayscale: #A7A7A7. Windows color (decimal): -8928105 or 9946231. OLE color: 9946231.
HSL color Cylindrical-coordinate representation of color #77C497: hue angle of 144.94º 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 #77C497 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 151 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.23 |
| HSL | 144.94º | 0.39% | 0.62% | - |
| HSV(B) | 144.94º | 0.39% | 0.77% | - |
| XYZ | 32.93 | 45.64 | 36.35 | - |
| YUV | 167.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 151 | 0.39 | 0 | 0.23 | 0.23 | 144.94 | 0.39 | 0.62 |
| Hex | 77 | C4 | 97 | 27 | 0 | 17 | 17 | 91 | 27 | 3E |
| Octal | 167 | 304 | 227 | 47 | 0 | 27 | 27 | 221 | 47 | 76 |
| Binary | 1110111 | 11000100 | 10010111 | 100111 | 0 | 10111 | 10111 | 10010001 | 100111 | 111110 |
Color Harmonies of #77C497
Complementary color
Monochromatic Colors of #77C497
Black with #77C497
Text Example
Text Example
White with #77C497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C497; }
p { color: rgb(119,196,151); }
H1.HeaderClassName
{
color: #77C497;
}
.AnyTagClassName
{
color: #77C497;
}
</style>
background-color css
<style>
a { background-color: #77C497; }
a { background-color: rgb(119,196,151); }
div.DivClassName
{
background-color: #77C497;
}
.BgClassName
{
background-color: #77C497;
}
</style>
border-color css
<style>
span { border-color: #77C497; }
span { border-color: rgb(119,196,151); }
td.TdClassName
{
border-color: #77C497;
}
.TagClassName
{
border-color: #77C497;
}
</style>