Shades of Padua #78C796
Tints of Padua #78C796
RGB
CMYK
RGB Variations
Color information
#78C796 (or 0x78C796) is known color: Padua. HEX triplet: 78, C7 and 96. RGB value is (120,199,150). Sum of RGB (Red+Green+Blue) = 120+199+150=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #78C796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C796 is #873869. Grayscale: #A9A9A9. Windows color (decimal): -8861802 or 9881464. OLE color: 9881464.
HSL color Cylindrical-coordinate representation of color #78C796: hue angle of 142.78º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C796 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 199 | 150 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.22 |
| HSL | 142.78º | 0.41% | 0.63% | - |
| HSV(B) | 142.78º | 0.4% | 0.78% | - |
| XYZ | 33.67 | 47.04 | 36.16 | - |
| YUV | 169.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 199 | 150 | 0.40 | 0 | 0.25 | 0.22 | 142.78 | 0.41 | 0.63 |
| Hex | 78 | C7 | 96 | 28 | 0 | 19 | 16 | 8F | 29 | 3F |
| Octal | 170 | 307 | 226 | 50 | 0 | 31 | 26 | 217 | 51 | 77 |
| Binary | 1111000 | 11000111 | 10010110 | 101000 | 0 | 11001 | 10110 | 10001111 | 101001 | 111111 |
Color Harmonies of #78C796
Complementary color
Monochromatic Colors of #78C796
Black with #78C796
Text Example
Text Example
White with #78C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C796; }
p { color: rgb(120,199,150); }
H1.HeaderClassName
{
color: #78C796;
}
.AnyTagClassName
{
color: #78C796;
}
</style>
background-color css
<style>
a { background-color: #78C796; }
a { background-color: rgb(120,199,150); }
div.DivClassName
{
background-color: #78C796;
}
.BgClassName
{
background-color: #78C796;
}
</style>
border-color css
<style>
span { border-color: #78C796; }
span { border-color: rgb(120,199,150); }
td.TdClassName
{
border-color: #78C796;
}
.TagClassName
{
border-color: #78C796;
}
</style>