Shades of Padua #78B592
Tints of Padua #78B592
RGB
CMYK
RGB Variations
Color information
#78B592 (or 0x78B592) is known color: Padua. HEX triplet: 78, B5 and 92. RGB value is (120,181,146). Sum of RGB (Red+Green+Blue) = 120+181+146=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #78B592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B592 is #874A6D. Grayscale: #9E9E9E. Windows color (decimal): -8866414 or 9614712. OLE color: 9614712.
HSL color Cylindrical-coordinate representation of color #78B592: hue angle of 145.57º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B592 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 146 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.29 |
| HSL | 145.57º | 0.29% | 0.59% | - |
| HSV(B) | 145.57º | 0.34% | 0.71% | - |
| XYZ | 29.46 | 39.12 | 33.19 | - |
| YUV | 158.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 146 | 0.34 | 0 | 0.19 | 0.29 | 145.57 | 0.29 | 0.59 |
| Hex | 78 | B5 | 92 | 22 | 0 | 13 | 1D | 92 | 1D | 3B |
| Octal | 170 | 265 | 222 | 42 | 0 | 23 | 35 | 222 | 35 | 73 |
| Binary | 1111000 | 10110101 | 10010010 | 100010 | 0 | 10011 | 11101 | 10010010 | 11101 | 111011 |
Color Harmonies of #78B592
Complementary color
Monochromatic Colors of #78B592
Black with #78B592
Text Example
Text Example
White with #78B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B592; }
p { color: rgb(120,181,146); }
H1.HeaderClassName
{
color: #78B592;
}
.AnyTagClassName
{
color: #78B592;
}
</style>
background-color css
<style>
a { background-color: #78B592; }
a { background-color: rgb(120,181,146); }
div.DivClassName
{
background-color: #78B592;
}
.BgClassName
{
background-color: #78B592;
}
</style>
border-color css
<style>
span { border-color: #78B592; }
span { border-color: rgb(120,181,146); }
td.TdClassName
{
border-color: #78B592;
}
.TagClassName
{
border-color: #78B592;
}
</style>