#78B490

Color #78B490 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #78B490

Tints of Padua #78B490

Color information

#78B490 (or 0x78B490) is unknown color: approx Padua. HEX triplet: 78, B4 and 90. RGB value is (120,180,144). Sum of RGB (Red+Green+Blue) = 120+180+144=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #78B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B490 is #874B6F. Grayscale: #9E9E9E. Windows color (decimal): -8866672 or 9483384. OLE color: 9483384.

HSL color Cylindrical-coordinate representation of color #78B490: hue angle of 144º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B490 is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB120180144-
CMYK0.3300.20.29
HSL144º28.57%58.82%-
HSV(B)144º33.33%70.59%-
XYZ29.138.6532.31-
YUV157.96120.12100.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 27.03%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=27.03%
G=40.54%
B=32.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801440.3300.20.2914428.5758.82
Hex78B490210141D901d3b
Octal17026422041024352203573
Binary11110001011010010010000100001010100111011001000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B490; }

 p { color: rgb(120,180,144); }

 H1.HeaderClassName
 {
   color: #78B490;
 }
 .AnyTagClassName
 {
   color: #78B490;
 }
</style>
background-color css

<style>
 a { background-color: #78B490; }

 a { background-color: rgb(120,180,144); }

 div.DivClassName
 {
   background-color: #78B490;
 }
 .BgClassName
 {
   background-color: #78B490;
 }
</style>
border-color css

<style>
 span { border-color: #78B490; }

 span { border-color: rgb(120,180,144); }

 td.TdClassName
 {
   border-color: #78B490;
 }
 .TagClassName
 {
   border-color: #78B490;
 }
</style>