Shades of Padua #78B999
Tints of Padua #78B999
RGB
CMYK
RGB Variations
Color information
#78B999 (or 0x78B999) is known color: Padua. HEX triplet: 78, B9 and 99. RGB value is (120,185,153). Sum of RGB (Red+Green+Blue) = 120+185+153=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #78B999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B999 is #874666. Grayscale: #A1A1A1. Windows color (decimal): -8865383 or 10074488. OLE color: 10074488.
HSL color Cylindrical-coordinate representation of color #78B999: hue angle of 150.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B999 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 185 | 153 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.27 |
| HSL | 150.46º | 0.32% | 0.6% | - |
| HSV(B) | 150.46º | 0.35% | 0.73% | - |
| XYZ | 30.84 | 40.99 | 36.42 | - |
| YUV | 161.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 153 | 0.35 | 0 | 0.17 | 0.27 | 150.46 | 0.32 | 0.6 |
| Hex | 78 | B9 | 99 | 23 | 0 | 11 | 1B | 96 | 20 | 3C |
| Octal | 170 | 271 | 231 | 43 | 0 | 21 | 33 | 226 | 40 | 74 |
| Binary | 1111000 | 10111001 | 10011001 | 100011 | 0 | 10001 | 11011 | 10010110 | 100000 | 111100 |
Color Harmonies of #78B999
Complementary color
Monochromatic Colors of #78B999
Black with #78B999
Text Example
Text Example
White with #78B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B999; }
p { color: rgb(120,185,153); }
H1.HeaderClassName
{
color: #78B999;
}
.AnyTagClassName
{
color: #78B999;
}
</style>
background-color css
<style>
a { background-color: #78B999; }
a { background-color: rgb(120,185,153); }
div.DivClassName
{
background-color: #78B999;
}
.BgClassName
{
background-color: #78B999;
}
</style>
border-color css
<style>
span { border-color: #78B999; }
span { border-color: rgb(120,185,153); }
td.TdClassName
{
border-color: #78B999;
}
.TagClassName
{
border-color: #78B999;
}
</style>