Shades of Padua #77C49A
Tints of Padua #77C49A
RGB
CMYK
RGB Variations
Color information
#77C49A (or 0x77C49A) is known color: Padua. HEX triplet: 77, C4 and 9A. RGB value is (119,196,154). Sum of RGB (Red+Green+Blue) = 119+196+154=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #77C49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C49A is #883B65. Grayscale: #A8A8A8. Windows color (decimal): -8928102 or 10142839. OLE color: 10142839.
HSL color Cylindrical-coordinate representation of color #77C49A: hue angle of 147.27º 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 #77C49A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 154 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.23 |
| HSL | 147.27º | 0.39% | 0.62% | - |
| HSV(B) | 147.27º | 0.39% | 0.77% | - |
| XYZ | 33.18 | 45.73 | 37.65 | - |
| YUV | 168.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 154 | 0.39 | 0 | 0.21 | 0.23 | 147.27 | 0.39 | 0.62 |
| Hex | 77 | C4 | 9A | 27 | 0 | 15 | 17 | 93 | 27 | 3E |
| Octal | 167 | 304 | 232 | 47 | 0 | 25 | 27 | 223 | 47 | 76 |
| Binary | 1110111 | 11000100 | 10011010 | 100111 | 0 | 10101 | 10111 | 10010011 | 100111 | 111110 |
Color Harmonies of #77C49A
Complementary color
Monochromatic Colors of #77C49A
Black with #77C49A
Text Example
Text Example
White with #77C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C49A; }
p { color: rgb(119,196,154); }
H1.HeaderClassName
{
color: #77C49A;
}
.AnyTagClassName
{
color: #77C49A;
}
</style>
background-color css
<style>
a { background-color: #77C49A; }
a { background-color: rgb(119,196,154); }
div.DivClassName
{
background-color: #77C49A;
}
.BgClassName
{
background-color: #77C49A;
}
</style>
border-color css
<style>
span { border-color: #77C49A; }
span { border-color: rgb(119,196,154); }
td.TdClassName
{
border-color: #77C49A;
}
.TagClassName
{
border-color: #77C49A;
}
</style>