#77A121

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

Shades of Lima #77A121

Tints of Lima #77A121

Color information

#77A121 (or 0x77A121) is unknown color: approx Lima. HEX triplet: 77, A1 and 21. RGB value is (119,161,33). Sum of RGB (Red+Green+Blue) = 119+161+33=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #77A121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A121 is #885EDE. Grayscale: #868686. Windows color (decimal): -8937183 or 2204023. OLE color: 2204023.

HSL color Cylindrical-coordinate representation of color #77A121: hue angle of 79.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77A121 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB11916133-
CMYK0.2600.800.37
HSL79.69º65.98%38.04%-
HSV(B)79.69º79.5%63.14%-
XYZ20.6329.526.05-
YUV133.8571.09117.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 161 (63.28% from 255) = 51.44%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=38.02%
G=51.44%
B=10.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119161330.2600.800.3779.6965.9838.04
Hex77A1211A05025504226
Octal167241413201204512010246
Binary111011110100001100001110100101000010010110100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,161,33); }

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

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

 a { background-color: rgb(119,161,33); }

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

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

 span { border-color: rgb(119,161,33); }

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