Html Css Color HEX #77A524 Lima

📋 copy color: '#77A524'

red 119 ◦ green 165 ◦ blue 36

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

Shades of Lima #77A524

Tints of Lima #77A524

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 37.19%
G = 51.56%
B = 11.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#77A524 (or 0x77A524) is known color: Lima. HEX triplet: 77, A5 and 24. RGB value is (119,165,36). Sum of RGB (Red+Green+Blue) = 119+165+36=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #77A524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A524 is #885ADB. Grayscale: #898989. Windows color (decimal): -8936156 or 2401655. OLE color: 2401655.

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

Color convert

RGB 119 165 36 -
CMYK 0.28 0 0.78 0.35
HSL 81.4º 0.64% 0.39% -
HSV(B) 81.4º 0.78% 0.65% -
XYZ 21.38 30.96 6.52 -
YUV 136.54 71.26 115.49 -
System Red Green Blue C M Y K H S L
Decimal 119 165 36 0.28 0 0.78 0.35 81.4 0.64 0.39
Hex 77 A5 24 1C 0 4E 23 51 40 27
Octal 167 245 44 34 0 116 43 121 100 47
Binary 1110111 10100101 100100 11100 0 1001110 100011 1010001 1000000 100111

Color Harmonies of #77A524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A524

Black with #77A524

Text Example


Text Example

White with #77A524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,165,36); }

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

background-color css

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

 a { background-color: rgb(119,165,36); }

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

border-color css

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

 span { border-color: rgb(119,165,36); }

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