#78B596

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

Shades of Padua #78B596

Tints of Padua #78B596

Color information

#78B596 (or 0x78B596) is unknown color: approx Padua. HEX triplet: 78, B5 and 96. RGB value is (120,181,150). Sum of RGB (Red+Green+Blue) = 120+181+150=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #78B596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B596 is #874A69. Grayscale: #9F9F9F. Windows color (decimal): -8866410 or 9876856. OLE color: 9876856.

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

Color convert

RGB120181150-
CMYK0.3400.170.29
HSL149.51º29.19%59.02%-
HSV(B)149.51º33.7%70.98%-
XYZ29.7739.2434.86-
YUV159.23122.79100.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=26.61%
G=40.13%
B=33.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201811500.3400.170.29149.5129.1959.02
Hex78B596220111D961d3b
Octal17026522642021352263573
Binary11110001011010110010110100010010001111011001011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,181,150); }

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

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

 a { background-color: rgb(120,181,150); }

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

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

 span { border-color: rgb(120,181,150); }

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