#77A320

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

Shades of Lima #77A320

Tints of Lima #77A320

Color information

#77A320 (or 0x77A320) is unknown color: approx Lima. HEX triplet: 77, A3 and 20. RGB value is (119,163,32). Sum of RGB (Red+Green+Blue) = 119+163+32=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 163 (64.06% from 255 or 51.91% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 163 - color contains mainly: green. Hex color #77A320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A320 is #885CDF. Grayscale: #878787. Windows color (decimal): -8936672 or 2138999. OLE color: 2138999.

HSL color Cylindrical-coordinate representation of color #77A320: hue angle of 80.15º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77A320 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB11916332-
CMYK0.2700.800.36
HSL80.15º67.18%38.24%-
HSV(B)80.15º80.37%63.92%-
XYZ20.9730.226.09-
YUV134.9169.92116.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 163 (64.06% from 255) = 51.91%
BLUE value IS 32 (12.89% from 255) = 10.19%
R=37.90%
G=51.91%
B=10.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119163320.2700.800.3680.1567.1838.24
Hex77A3201B05024504326
Octal167243403301204412010346
Binary111011110100011100000110110101000010010010100001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,163,32); }

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

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

 a { background-color: rgb(119,163,32); }

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

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

 span { border-color: rgb(119,163,32); }

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