Shades of Padua #77C29A
Tints of Padua #77C29A
RGB
CMYK
RGB Variations
Color information
#77C29A (or 0x77C29A) is known color: Padua. HEX triplet: 77, C2 and 9A. RGB value is (119,194,154). Sum of RGB (Red+Green+Blue) = 119+194+154=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #77C29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C29A is #883D65. Grayscale: #A7A7A7. Windows color (decimal): -8928614 or 10142327. OLE color: 10142327.
HSL color Cylindrical-coordinate representation of color #77C29A: hue angle of 148º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C29A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 154 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.24 |
| HSL | 148º | 0.38% | 0.61% | - |
| HSV(B) | 148º | 0.39% | 0.76% | - |
| XYZ | 32.73 | 44.84 | 37.5 | - |
| YUV | 167.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 154 | 0.39 | 0 | 0.21 | 0.24 | 148 | 0.38 | 0.61 |
| Hex | 77 | C2 | 9A | 27 | 0 | 15 | 18 | 94 | 26 | 3D |
| Octal | 167 | 302 | 232 | 47 | 0 | 25 | 30 | 224 | 46 | 75 |
| Binary | 1110111 | 11000010 | 10011010 | 100111 | 0 | 10101 | 11000 | 10010100 | 100110 | 111101 |
Color Harmonies of #77C29A
Complementary color
Monochromatic Colors of #77C29A
Black with #77C29A
Text Example
Text Example
White with #77C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C29A; }
p { color: rgb(119,194,154); }
H1.HeaderClassName
{
color: #77C29A;
}
.AnyTagClassName
{
color: #77C29A;
}
</style>
background-color css
<style>
a { background-color: #77C29A; }
a { background-color: rgb(119,194,154); }
div.DivClassName
{
background-color: #77C29A;
}
.BgClassName
{
background-color: #77C29A;
}
</style>
border-color css
<style>
span { border-color: #77C29A; }
span { border-color: rgb(119,194,154); }
td.TdClassName
{
border-color: #77C29A;
}
.TagClassName
{
border-color: #77C29A;
}
</style>