Shades of Padua #78B290
Tints of Padua #78B290
RGB
CMYK
RGB Variations
Color information
#78B290 (or 0x78B290) is known color: Padua. HEX triplet: 78, B2 and 90. RGB value is (120,178,144). Sum of RGB (Red+Green+Blue) = 120+178+144=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #78B290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78B290 is #874D6F. Grayscale: #9C9C9C. Windows color (decimal): -8867184 or 9482872. OLE color: 9482872.
HSL color Cylindrical-coordinate representation of color #78B290: hue angle of 144.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B290 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 178 | 144 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.30 |
| HSL | 144.83º | 0.27% | 0.58% | - |
| HSV(B) | 144.83º | 0.33% | 0.7% | - |
| XYZ | 28.7 | 37.85 | 32.18 | - |
| YUV | 156.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 144 | 0.33 | 0 | 0.19 | 0.30 | 144.83 | 0.27 | 0.58 |
| Hex | 78 | B2 | 90 | 21 | 0 | 13 | 1E | 91 | 1B | 3A |
| Octal | 170 | 262 | 220 | 41 | 0 | 23 | 36 | 221 | 33 | 72 |
| Binary | 1111000 | 10110010 | 10010000 | 100001 | 0 | 10011 | 11110 | 10010001 | 11011 | 111010 |
Color Harmonies of #78B290
Complementary color
Monochromatic Colors of #78B290
Black with #78B290
Text Example
Text Example
White with #78B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B290; }
p { color: rgb(120,178,144); }
H1.HeaderClassName
{
color: #78B290;
}
.AnyTagClassName
{
color: #78B290;
}
</style>
background-color css
<style>
a { background-color: #78B290; }
a { background-color: rgb(120,178,144); }
div.DivClassName
{
background-color: #78B290;
}
.BgClassName
{
background-color: #78B290;
}
</style>
border-color css
<style>
span { border-color: #78B290; }
span { border-color: rgb(120,178,144); }
td.TdClassName
{
border-color: #78B290;
}
.TagClassName
{
border-color: #78B290;
}
</style>