Shades of Padua #77BC96
Tints of Padua #77BC96
RGB
CMYK
RGB Variations
Color information
#77BC96 (or 0x77BC96) is known color: Padua. HEX triplet: 77, BC and 96. RGB value is (119,188,150). Sum of RGB (Red+Green+Blue) = 119+188+150=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BC96 is #884369. Grayscale: #A3A3A3. Windows color (decimal): -8930154 or 9878647. OLE color: 9878647.
HSL color Cylindrical-coordinate representation of color #77BC96: hue angle of 146.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BC96 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 150 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.26 |
| HSL | 146.96º | 0.34% | 0.6% | - |
| HSV(B) | 146.96º | 0.37% | 0.74% | - |
| XYZ | 31.1 | 42.09 | 35.34 | - |
| YUV | 163.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 150 | 0.37 | 0 | 0.20 | 0.26 | 146.96 | 0.34 | 0.6 |
| Hex | 77 | BC | 96 | 25 | 0 | 14 | 1A | 93 | 22 | 3C |
| Octal | 167 | 274 | 226 | 45 | 0 | 24 | 32 | 223 | 42 | 74 |
| Binary | 1110111 | 10111100 | 10010110 | 100101 | 0 | 10100 | 11010 | 10010011 | 100010 | 111100 |
Color Harmonies of #77BC96
Complementary color
Monochromatic Colors of #77BC96
Black with #77BC96
Text Example
Text Example
White with #77BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC96; }
p { color: rgb(119,188,150); }
H1.HeaderClassName
{
color: #77BC96;
}
.AnyTagClassName
{
color: #77BC96;
}
</style>
background-color css
<style>
a { background-color: #77BC96; }
a { background-color: rgb(119,188,150); }
div.DivClassName
{
background-color: #77BC96;
}
.BgClassName
{
background-color: #77BC96;
}
</style>
border-color css
<style>
span { border-color: #77BC96; }
span { border-color: rgb(119,188,150); }
td.TdClassName
{
border-color: #77BC96;
}
.TagClassName
{
border-color: #77BC96;
}
</style>