Html Css Color HEX #77A320 Lima

📋 copy color: '#77A320'

red 119 ◦ green 163 ◦ blue 32

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

Shades of Lima #77A320

Tints of Lima #77A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.91%

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

R = 37.9%
G = 51.91%
B = 10.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#77A320 (or 0x77A320) is known color: 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

RGB 119 163 32 -
CMYK 0.27 0 0.80 0.36
HSL 80.15º 0.67% 0.38% -
HSV(B) 80.15º 0.8% 0.64% -
XYZ 20.97 30.22 6.09 -
YUV 134.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 119 163 32 0.27 0 0.80 0.36 80.15 0.67 0.38
Hex 77 A3 20 1B 0 50 24 50 43 26
Octal 167 243 40 33 0 120 44 120 103 46
Binary 1110111 10100011 100000 11011 0 1010000 100100 1010000 1000011 100110

Color Harmonies of #77A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A320

Black with #77A320

Text Example


Text Example

White with #77A320

Text Example


Text Example

HTML Codes & Css Web 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>