Html Css Color HEX #77A425 Lima

📋 copy color: '#77A425'

red 119 ◦ green 164 ◦ blue 37

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

Shades of Lima #77A425

Tints of Lima #77A425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 37.19%
G = 51.25%
B = 11.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#77A425 (or 0x77A425) is known color: Lima. HEX triplet: 77, A4 and 25. RGB value is (119,164,37). Sum of RGB (Red+Green+Blue) = 119+164+37=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #77A425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A425 is #885BDA. Grayscale: #888888. Windows color (decimal): -8936411 or 2466935. OLE color: 2466935.

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

Color convert

RGB 119 164 37 -
CMYK 0.27 0 0.77 0.36
HSL 81.26º 0.63% 0.39% -
HSV(B) 81.26º 0.77% 0.64% -
XYZ 21.22 30.61 6.54 -
YUV 136.07 72.09 115.83 -
System Red Green Blue C M Y K H S L
Decimal 119 164 37 0.27 0 0.77 0.36 81.26 0.63 0.39
Hex 77 A4 25 1B 0 4D 24 51 3F 27
Octal 167 244 45 33 0 115 44 121 77 47
Binary 1110111 10100100 100101 11011 0 1001101 100100 1010001 111111 100111

Color Harmonies of #77A425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A425

Black with #77A425

Text Example


Text Example

White with #77A425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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