Shades of Padua #77C093
Tints of Padua #77C093
RGB
CMYK
RGB Variations
Color information
#77C093 (or 0x77C093) is known color: Padua. HEX triplet: 77, C0 and 93. RGB value is (119,192,147). Sum of RGB (Red+Green+Blue) = 119+192+147=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #77C093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C093 is #883F6C. Grayscale: #A5A5A5. Windows color (decimal): -8929133 or 9683063. OLE color: 9683063.
HSL color Cylindrical-coordinate representation of color #77C093: hue angle of 143.01º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C093 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 147 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.25 |
| HSL | 143.01º | 0.37% | 0.61% | - |
| HSV(B) | 143.01º | 0.38% | 0.75% | - |
| XYZ | 31.72 | 43.73 | 34.37 | - |
| YUV | 165.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 147 | 0.38 | 0 | 0.23 | 0.25 | 143.01 | 0.37 | 0.61 |
| Hex | 77 | C0 | 93 | 26 | 0 | 17 | 19 | 8F | 25 | 3D |
| Octal | 167 | 300 | 223 | 46 | 0 | 27 | 31 | 217 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10010011 | 100110 | 0 | 10111 | 11001 | 10001111 | 100101 | 111101 |
Color Harmonies of #77C093
Complementary color
Monochromatic Colors of #77C093
Black with #77C093
Text Example
Text Example
White with #77C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C093; }
p { color: rgb(119,192,147); }
H1.HeaderClassName
{
color: #77C093;
}
.AnyTagClassName
{
color: #77C093;
}
</style>
background-color css
<style>
a { background-color: #77C093; }
a { background-color: rgb(119,192,147); }
div.DivClassName
{
background-color: #77C093;
}
.BgClassName
{
background-color: #77C093;
}
</style>
border-color css
<style>
span { border-color: #77C093; }
span { border-color: rgb(119,192,147); }
td.TdClassName
{
border-color: #77C093;
}
.TagClassName
{
border-color: #77C093;
}
</style>