Html Css Color HEX #77A41E Lima

📋 copy color: '#77A41E'

red 119 ◦ green 164 ◦ blue 30

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

Shades of Lima #77A41E

Tints of Lima #77A41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.4%

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 38.02%
G = 52.4%
B = 9.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#77A41E (or 0x77A41E) is known color: Lima. HEX triplet: 77, A4 and 1E. RGB value is (119,164,30). Sum of RGB (Red+Green+Blue) = 119+164+30=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #77A41E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A41E is #885BE1. Grayscale: #878787. Windows color (decimal): -8936418 or 2008183. OLE color: 2008183.

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

Color convert

RGB 119 164 30 -
CMYK 0.27 0 0.82 0.36
HSL 80.15º 0.69% 0.38% -
HSV(B) 80.15º 0.82% 0.64% -
XYZ 21.12 30.57 6.02 -
YUV 135.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 119 164 30 0.27 0 0.82 0.36 80.15 0.69 0.38
Hex 77 A4 1E 1B 0 52 24 50 45 26
Octal 167 244 36 33 0 122 44 120 105 46
Binary 1110111 10100100 11110 11011 0 1010010 100100 1010000 1000101 100110

Color Harmonies of #77A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A41E

Black with #77A41E

Text Example


Text Example

White with #77A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,164,30); }

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

background-color css

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

 a { background-color: rgb(119,164,30); }

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

border-color css

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

 span { border-color: rgb(119,164,30); }

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