Shades of Padua #78C694
Tints of Padua #78C694
RGB
CMYK
RGB Variations
Color information
#78C694 (or 0x78C694) is known color: Padua. HEX triplet: 78, C6 and 94. RGB value is (120,198,148). Sum of RGB (Red+Green+Blue) = 120+198+148=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #78C694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C694 is #87396B. Grayscale: #A9A9A9. Windows color (decimal): -8862060 or 9750136. OLE color: 9750136.
HSL color Cylindrical-coordinate representation of color #78C694: hue angle of 141.54º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C694 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 148 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.22 |
| HSL | 141.54º | 0.41% | 0.62% | - |
| HSV(B) | 141.54º | 0.39% | 0.78% | - |
| XYZ | 33.29 | 46.52 | 35.24 | - |
| YUV | 168.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 148 | 0.39 | 0 | 0.25 | 0.22 | 141.54 | 0.41 | 0.62 |
| Hex | 78 | C6 | 94 | 27 | 0 | 19 | 16 | 8E | 29 | 3E |
| Octal | 170 | 306 | 224 | 47 | 0 | 31 | 26 | 216 | 51 | 76 |
| Binary | 1111000 | 11000110 | 10010100 | 100111 | 0 | 11001 | 10110 | 10001110 | 101001 | 111110 |
Color Harmonies of #78C694
Complementary color
Monochromatic Colors of #78C694
Black with #78C694
Text Example
Text Example
White with #78C694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C694; }
p { color: rgb(120,198,148); }
H1.HeaderClassName
{
color: #78C694;
}
.AnyTagClassName
{
color: #78C694;
}
</style>
background-color css
<style>
a { background-color: #78C694; }
a { background-color: rgb(120,198,148); }
div.DivClassName
{
background-color: #78C694;
}
.BgClassName
{
background-color: #78C694;
}
</style>
border-color css
<style>
span { border-color: #78C694; }
span { border-color: rgb(120,198,148); }
td.TdClassName
{
border-color: #78C694;
}
.TagClassName
{
border-color: #78C694;
}
</style>