Html Css Color HEX #77AC2F Lima

📋 copy color: '#77AC2F'

red 119 ◦ green 172 ◦ blue 47

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

Shades of Lima #77AC2F

Tints of Lima #77AC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 35.21%
G = 50.89%
B = 13.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#77AC2F (or 0x77AC2F) is known color: Lima. HEX triplet: 77, AC and 2F. RGB value is (119,172,47). Sum of RGB (Red+Green+Blue) = 119+172+47=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AC2F is #8853D0. Grayscale: #8E8E8E. Windows color (decimal): -8934353 or 3124343. OLE color: 3124343.

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

Color convert

RGB 119 172 47 -
CMYK 0.31 0 0.73 0.33
HSL 85.44º 0.57% 0.43% -
HSV(B) 85.44º 0.73% 0.67% -
XYZ 22.87 33.63 7.98 -
YUV 141.9 74.44 111.66 -
System Red Green Blue C M Y K H S L
Decimal 119 172 47 0.31 0 0.73 0.33 85.44 0.57 0.43
Hex 77 AC 2F 1F 0 49 21 55 39 2B
Octal 167 254 57 37 0 111 41 125 71 53
Binary 1110111 10101100 101111 11111 0 1001001 100001 1010101 111001 101011

Color Harmonies of #77AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AC2F

Black with #77AC2F

Text Example


Text Example

White with #77AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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