Html Css Color HEX #77AC20 Lima

📋 copy color: '#77AC20'

red 119 ◦ green 172 ◦ blue 32

#77AC20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #77AC20

Tints of Lima #77AC20

RGB

 RED value IS 119 (46.88% from 255) = 36.84%

 GREEN value IS 172 (67.58% from 255) = 53.25%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 36.84%
G = 53.25%
B = 9.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#77AC20 (or 0x77AC20) is known color: Lima. HEX triplet: 77, AC and 20. RGB value is (119,172,32). Sum of RGB (Red+Green+Blue) = 119+172+32=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AC20 is #8853DF. Grayscale: #8C8C8C. Windows color (decimal): -8934368 or 2141303. OLE color: 2141303.

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

Color convert

RGB 119 172 32 -
CMYK 0.31 0 0.81 0.33
HSL 82.71º 0.69% 0.4% -
HSV(B) 82.71º 0.81% 0.67% -
XYZ 22.62 33.53 6.65 -
YUV 140.19 66.94 112.88 -
System Red Green Blue C M Y K H S L
Decimal 119 172 32 0.31 0 0.81 0.33 82.71 0.69 0.4
Hex 77 AC 20 1F 0 51 21 53 45 28
Octal 167 254 40 37 0 121 41 123 105 50
Binary 1110111 10101100 100000 11111 0 1010001 100001 1010011 1000101 101000

Color Harmonies of #77AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AC20

Black with #77AC20

Text Example


Text Example

White with #77AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77AC20;
 }
 .AnyTagClassName
 {
   color: #77AC20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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