Shades of Padua #78C699
Tints of Padua #78C699
RGB
CMYK
RGB Variations
Color information
#78C699 (or 0x78C699) is known color: Padua. HEX triplet: 78, C6 and 99. RGB value is (120,198,153). Sum of RGB (Red+Green+Blue) = 120+198+153=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #78C699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C699 is #873966. Grayscale: #A9A9A9. Windows color (decimal): -8862055 or 10077816. OLE color: 10077816.
HSL color Cylindrical-coordinate representation of color #78C699: hue angle of 145.38º 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 #78C699 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 153 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.22 |
| HSL | 145.38º | 0.41% | 0.62% | - |
| HSV(B) | 145.38º | 0.39% | 0.78% | - |
| XYZ | 33.69 | 46.68 | 37.37 | - |
| YUV | 169.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 153 | 0.39 | 0 | 0.23 | 0.22 | 145.38 | 0.41 | 0.62 |
| Hex | 78 | C6 | 99 | 27 | 0 | 17 | 16 | 91 | 29 | 3E |
| Octal | 170 | 306 | 231 | 47 | 0 | 27 | 26 | 221 | 51 | 76 |
| Binary | 1111000 | 11000110 | 10011001 | 100111 | 0 | 10111 | 10110 | 10010001 | 101001 | 111110 |
Color Harmonies of #78C699
Complementary color
Monochromatic Colors of #78C699
Black with #78C699
Text Example
Text Example
White with #78C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C699; }
p { color: rgb(120,198,153); }
H1.HeaderClassName
{
color: #78C699;
}
.AnyTagClassName
{
color: #78C699;
}
</style>
background-color css
<style>
a { background-color: #78C699; }
a { background-color: rgb(120,198,153); }
div.DivClassName
{
background-color: #78C699;
}
.BgClassName
{
background-color: #78C699;
}
</style>
border-color css
<style>
span { border-color: #78C699; }
span { border-color: rgb(120,198,153); }
td.TdClassName
{
border-color: #78C699;
}
.TagClassName
{
border-color: #78C699;
}
</style>