Html Css Color HEX #77A525 Lima

📋 copy color: '#77A525'

red 119 ◦ green 165 ◦ blue 37

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

Shades of Lima #77A525

Tints of Lima #77A525

RGB

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

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

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

R = 37.07%
G = 51.4%
B = 11.53%

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

#77A525 (or 0x77A525) is known color: Lima. HEX triplet: 77, A5 and 25. RGB value is (119,165,37). Sum of RGB (Red+Green+Blue) = 119+165+37=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #77A525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A525 is #885ADA. Grayscale: #898989. Windows color (decimal): -8936155 or 2467191. OLE color: 2467191.

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

Color convert

RGB 119 165 37 -
CMYK 0.28 0 0.78 0.35
HSL 81.56º 0.63% 0.4% -
HSV(B) 81.56º 0.78% 0.65% -
XYZ 21.4 30.97 6.6 -
YUV 136.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 119 165 37 0.28 0 0.78 0.35 81.56 0.63 0.4
Hex 77 A5 25 1C 0 4E 23 52 3F 28
Octal 167 245 45 34 0 116 43 122 77 50
Binary 1110111 10100101 100101 11100 0 1001110 100011 1010010 111111 101000

Color Harmonies of #77A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A525

Black with #77A525

Text Example


Text Example

White with #77A525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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