#78b329

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

Shades of Lima #78B329

Tints of Lima #78B329

Color information

#78B329 (or 0x78B329) is unknown color: approx Lima. HEX triplet: 78, B3 and 29. RGB value is (120,179,41). Sum of RGB (Red+Green+Blue) = 120+179+41=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #78B329 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B329 is #874CD6. Grayscale: #929292. Windows color (decimal): -8867031 or 2732920. OLE color: 2732920.

HSL color Cylindrical-coordinate representation of color #78B329: hue angle of 85.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78B329 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB12017941-
CMYK0.3300.770.30
HSL85.65º62.73%43.14%-
HSV(B)85.65º77.09%70.2%-
XYZ24.2736.397.84-
YUV145.6368.95109.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 179 (70.31% from 255) = 52.65%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=35.29%
G=52.65%
B=12.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120179410.3300.770.3085.6562.7343.14
Hex78B3292104D1E563f2b
Octal17026351410115361267753
Binary11110001011001110100110000101001101111101010110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78b329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,179,41); }

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

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

 a { background-color: rgb(120,179,41); }

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

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

 span { border-color: rgb(120,179,41); }

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