Shades of Padua #78AF90
Tints of Padua #78AF90
RGB
CMYK
RGB Variations
Color information
#78AF90 (or 0x78AF90) is known color: Padua. HEX triplet: 78, AF and 90. RGB value is (120,175,144). Sum of RGB (Red+Green+Blue) = 120+175+144=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AF90 is #87506F. Grayscale: #9B9B9B. Windows color (decimal): -8867952 or 9482104. OLE color: 9482104.
HSL color Cylindrical-coordinate representation of color #78AF90: hue angle of 146.18º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AF90 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 175 | 144 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.31 |
| HSL | 146.18º | 0.26% | 0.58% | - |
| HSV(B) | 146.18º | 0.31% | 0.69% | - |
| XYZ | 28.11 | 36.67 | 31.98 | - |
| YUV | 155.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 144 | 0.31 | 0 | 0.18 | 0.31 | 146.18 | 0.26 | 0.58 |
| Hex | 78 | AF | 90 | 1F | 0 | 12 | 1F | 92 | 1A | 3A |
| Octal | 170 | 257 | 220 | 37 | 0 | 22 | 37 | 222 | 32 | 72 |
| Binary | 1111000 | 10101111 | 10010000 | 11111 | 0 | 10010 | 11111 | 10010010 | 11010 | 111010 |
Color Harmonies of #78AF90
Complementary color
Monochromatic Colors of #78AF90
Black with #78AF90
Text Example
Text Example
White with #78AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AF90; }
p { color: rgb(120,175,144); }
H1.HeaderClassName
{
color: #78AF90;
}
.AnyTagClassName
{
color: #78AF90;
}
</style>
background-color css
<style>
a { background-color: #78AF90; }
a { background-color: rgb(120,175,144); }
div.DivClassName
{
background-color: #78AF90;
}
.BgClassName
{
background-color: #78AF90;
}
</style>
border-color css
<style>
span { border-color: #78AF90; }
span { border-color: rgb(120,175,144); }
td.TdClassName
{
border-color: #78AF90;
}
.TagClassName
{
border-color: #78AF90;
}
</style>