#77a51e

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

Shades of Lima #77A51E

Tints of Lima #77A51E

Color information

#77A51E (or 0x77A51E) is unknown color: approx Lima. HEX triplet: 77, A5 and 1E. RGB value is (119,165,30). Sum of RGB (Red+Green+Blue) = 119+165+30=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #77A51E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A51E is #885AE1. Grayscale: #888888. Windows color (decimal): -8936162 or 2008439. OLE color: 2008439.

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

Color convert

RGB11916530-
CMYK0.2800.820.35
HSL80.44º69.23%38.24%-
HSV(B)80.44º81.82%64.71%-
XYZ21.330.936.08-
YUV135.8668.26115.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 165 (64.84% from 255) = 52.55%
BLUE value IS 30 (12.11% from 255) = 9.55%
R=37.90%
G=52.55%
B=9.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119165300.2800.820.3580.4469.2338.24
Hex77A51E1C05223504526
Octal167245363401224312010546
Binary11101111010010111110111000101001010001110100001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77a51e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77a51e; }

 p { color: rgb(119,165,30); }

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

<style>
 a { background-color: #77a51e; }

 a { background-color: rgb(119,165,30); }

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

<style>
 span { border-color: #77a51e; }

 span { border-color: rgb(119,165,30); }

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