Html Css Color HEX #76AA20 Lima

📋 copy color: '#76AA20'

red 118 ◦ green 170 ◦ blue 32

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

Shades of Lima #76AA20

Tints of Lima #76AA20

RGB

 RED value IS 118 (46.48% from 255) = 36.88%

 GREEN value IS 170 (66.8% from 255) = 53.13%

 BLUE value IS 32 (12.89% from 255) = 10%

R = 36.88%
G = 53.13%
B = 10%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#76AA20 (or 0x76AA20) is known color: Lima. HEX triplet: 76, AA and 20. RGB value is (118,170,32). Sum of RGB (Red+Green+Blue) = 118+170+32=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA20 is #8955DF. Grayscale: #8B8B8B. Windows color (decimal): -9000416 or 2140790. OLE color: 2140790.

HSL color Cylindrical-coordinate representation of color #76AA20: hue angle of 82.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76AA20 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 170 32 -
CMYK 0.31 0 0.81 0.33
HSL 82.61º 0.68% 0.4% -
HSV(B) 82.61º 0.81% 0.67% -
XYZ 22.11 32.71 6.51 -
YUV 138.72 67.77 113.22 -
System Red Green Blue C M Y K H S L
Decimal 118 170 32 0.31 0 0.81 0.33 82.61 0.68 0.4
Hex 76 AA 20 1F 0 51 21 53 44 28
Octal 166 252 40 37 0 121 41 123 104 50
Binary 1110110 10101010 100000 11111 0 1010001 100001 1010011 1000100 101000

Color Harmonies of #76AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA20

Black with #76AA20

Text Example


Text Example

White with #76AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AA20; }

 p { color: rgb(118,170,32); }

 H1.HeaderClassName
 {
   color: #76AA20;
 }
 .AnyTagClassName
 {
   color: #76AA20;
 }
</style>

background-color css

<style>
 a { background-color: #76AA20; }

 a { background-color: rgb(118,170,32); }

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

border-color css

<style>
 span { border-color: #76AA20; }

 span { border-color: rgb(118,170,32); }

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