Shades of Padua #77C397
Tints of Padua #77C397
RGB
CMYK
RGB Variations
Color information
#77C397 (or 0x77C397) is known color: Padua. HEX triplet: 77, C3 and 97. RGB value is (119,195,151). Sum of RGB (Red+Green+Blue) = 119+195+151=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #77C397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C397 is #883C68. Grayscale: #A7A7A7. Windows color (decimal): -8928361 or 9945975. OLE color: 9945975.
HSL color Cylindrical-coordinate representation of color #77C397: hue angle of 145.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C397 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 151 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.24 |
| HSL | 145.26º | 0.39% | 0.62% | - |
| HSV(B) | 145.26º | 0.39% | 0.76% | - |
| XYZ | 32.71 | 45.19 | 36.28 | - |
| YUV | 167.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 151 | 0.39 | 0 | 0.23 | 0.24 | 145.26 | 0.39 | 0.62 |
| Hex | 77 | C3 | 97 | 27 | 0 | 17 | 18 | 91 | 27 | 3E |
| Octal | 167 | 303 | 227 | 47 | 0 | 27 | 30 | 221 | 47 | 76 |
| Binary | 1110111 | 11000011 | 10010111 | 100111 | 0 | 10111 | 11000 | 10010001 | 100111 | 111110 |
Color Harmonies of #77C397
Complementary color
Monochromatic Colors of #77C397
Black with #77C397
Text Example
Text Example
White with #77C397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C397; }
p { color: rgb(119,195,151); }
H1.HeaderClassName
{
color: #77C397;
}
.AnyTagClassName
{
color: #77C397;
}
</style>
background-color css
<style>
a { background-color: #77C397; }
a { background-color: rgb(119,195,151); }
div.DivClassName
{
background-color: #77C397;
}
.BgClassName
{
background-color: #77C397;
}
</style>
border-color css
<style>
span { border-color: #77C397; }
span { border-color: rgb(119,195,151); }
td.TdClassName
{
border-color: #77C397;
}
.TagClassName
{
border-color: #77C397;
}
</style>