#78B593

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

Shades of Padua #78B593

Tints of Padua #78B593

Color information

#78B593 (or 0x78B593) is unknown color: approx Padua. HEX triplet: 78, B5 and 93. RGB value is (120,181,147). Sum of RGB (Red+Green+Blue) = 120+181+147=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #78B593 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B593 is #874A6C. Grayscale: #9E9E9E. Windows color (decimal): -8866413 or 9680248. OLE color: 9680248.

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

Color convert

RGB120181147-
CMYK0.3400.190.29
HSL146.56º29.19%59.02%-
HSV(B)146.56º33.7%70.98%-
XYZ29.5439.1533.6-
YUV158.89121.29100.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=26.79%
G=40.40%
B=32.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201811470.3400.190.29146.5629.1959.02
Hex78B593220131D931d3b
Octal17026522342023352233573
Binary11110001011010110010011100010010011111011001001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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