#78A61D

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

Shades of Lima #78A61D

Tints of Lima #78A61D

Color information

#78A61D (or 0x78A61D) is unknown color: approx Lima. HEX triplet: 78, A6 and 1D. RGB value is (120,166,29). Sum of RGB (Red+Green+Blue) = 120+166+29=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #78A61D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A61D is #8759E2. Grayscale: #898989. Windows color (decimal): -8870371 or 1943160. OLE color: 1943160.

HSL color Cylindrical-coordinate representation of color #78A61D: hue angle of 80.15º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78A61D is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB12016629-
CMYK0.2800.830.35
HSL80.15º70.26%38.24%-
HSV(B)80.15º82.53%65.1%-
XYZ21.631.356.08-
YUV136.6367.26116.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 166 (65.23% from 255) = 52.70%
BLUE value IS 29 (11.72% from 255) = 9.21%
R=38.10%
G=52.70%
B=9.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120166290.2800.830.3580.1570.2638.24
Hex78A61D1C05323504626
Octal170246353401234312010646
Binary11110001010011011101111000101001110001110100001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,166,29); }

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

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

 a { background-color: rgb(120,166,29); }

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

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

 span { border-color: rgb(120,166,29); }

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