#78B491

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

Shades of Padua #78B491

Tints of Padua #78B491

Color information

#78B491 (or 0x78B491) is unknown color: approx Padua. HEX triplet: 78, B4 and 91. RGB value is (120,180,145). Sum of RGB (Red+Green+Blue) = 120+180+145=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #78B491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B491 is #874B6E. Grayscale: #9E9E9E. Windows color (decimal): -8866671 or 9548920. OLE color: 9548920.

HSL color Cylindrical-coordinate representation of color #78B491: hue angle of 145º 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 #78B491 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB120180145-
CMYK0.3300.190.29
HSL145º28.57%58.82%-
HSV(B)145º33.33%70.59%-
XYZ29.1838.6832.72-
YUV158.07120.62100.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 180 (70.70% from 255) = 40.45%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=26.97%
G=40.45%
B=32.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801450.3300.190.2914528.5758.82
Hex78B491210131D911d3b
Octal17026422141023352213573
Binary11110001011010010010001100001010011111011001000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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