Html Css Color HEX #77AF32 Lima

📋 copy color: '#77AF32'

red 119 ◦ green 175 ◦ blue 50

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

Shades of Lima #77AF32

Tints of Lima #77AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.87%

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 34.59%
G = 50.87%
B = 14.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#77AF32 (or 0x77AF32) is known color: Lima. HEX triplet: 77, AF and 32. RGB value is (119,175,50). Sum of RGB (Red+Green+Blue) = 119+175+50=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF32 is #8850CD. Grayscale: #909090. Windows color (decimal): -8933582 or 3321719. OLE color: 3321719.

HSL color Cylindrical-coordinate representation of color #77AF32: hue angle of 86.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77AF32 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 175 50 -
CMYK 0.32 0 0.71 0.31
HSL 86.88º 0.56% 0.44% -
HSV(B) 86.88º 0.71% 0.69% -
XYZ 23.51 34.81 8.5 -
YUV 144.01 74.95 110.16 -
System Red Green Blue C M Y K H S L
Decimal 119 175 50 0.32 0 0.71 0.31 86.88 0.56 0.44
Hex 77 AF 32 20 0 47 1F 57 38 2C
Octal 167 257 62 40 0 107 37 127 70 54
Binary 1110111 10101111 110010 100000 0 1000111 11111 1010111 111000 101100

Color Harmonies of #77AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AF32

Black with #77AF32

Text Example


Text Example

White with #77AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,175,50); }

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

background-color css

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

 a { background-color: rgb(119,175,50); }

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

border-color css

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

 span { border-color: rgb(119,175,50); }

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