#77AA22

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

Shades of Lima #77AA22

Tints of Lima #77AA22

Color information

#77AA22 (or 0x77AA22) is unknown color: approx Lima. HEX triplet: 77, AA and 22. RGB value is (119,170,34). Sum of RGB (Red+Green+Blue) = 119+170+34=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA22 is #8855DD. Grayscale: #8B8B8B. Windows color (decimal): -8934878 or 2271863. OLE color: 2271863.

HSL color Cylindrical-coordinate representation of color #77AA22: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77AA22 is Cyan = 0.3, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB11917034-
CMYK0.300.800.33
HSL82.5º66.67%40%-
HSV(B)82.5º80%66.67%-
XYZ22.2732.796.67-
YUV139.2568.6113.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=36.84%
G=52.63%
B=10.53%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119170340.300.800.3382.566.6740
Hex77AA221E05021524328
Octal167252423601204112210350
Binary111011110101010100010111100101000010000110100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,170,34); }

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

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

 a { background-color: rgb(119,170,34); }

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

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

 span { border-color: rgb(119,170,34); }

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