#77A322

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

Shades of Lima #77A322

Tints of Lima #77A322

Color information

#77A322 (or 0x77A322) is unknown color: approx Lima. HEX triplet: 77, A3 and 22. RGB value is (119,163,34). Sum of RGB (Red+Green+Blue) = 119+163+34=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #77A322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A322 is #885CDD. Grayscale: #878787. Windows color (decimal): -8936670 or 2270071. OLE color: 2270071.

HSL color Cylindrical-coordinate representation of color #77A322: hue angle of 80.47º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77A322 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB11916334-
CMYK0.2700.790.36
HSL80.47º65.48%38.63%-
HSV(B)80.47º79.14%63.92%-
XYZ20.9930.236.24-
YUV135.1470.92116.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 34 (13.67% from 255) = 10.76%
R=37.66%
G=51.58%
B=10.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119163340.2700.790.3680.4765.4838.63
Hex77A3221B04F24504127
Octal167243423301174412010147
Binary111011110100011100010110110100111110010010100001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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