#76B22C

Color #76B22C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #76B22C

Tints of Lima #76B22C

Color information

#76B22C (or 0x76B22C) is unknown color: approx Lima. HEX triplet: 76, B2 and 2C. RGB value is (118,178,44). Sum of RGB (Red+Green+Blue) = 118+178+44=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #76B22C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B22C is #894DD3. Grayscale: #919191. Windows color (decimal): -8998356 or 2929270. OLE color: 2929270.

HSL color Cylindrical-coordinate representation of color #76B22C: hue angle of 86.87º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76B22C is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB11817844-
CMYK0.3400.750.30
HSL86.87º60.36%43.53%-
HSV(B)86.87º75.28%69.8%-
XYZ23.8535.878.05-
YUV144.7871.12108.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 178 (69.92% from 255) = 52.35%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=34.71%
G=52.35%
B=12.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118178440.3400.750.3086.8760.3643.53
Hex76B22C2204B1E573c2c
Octal16626254420113361277454
Binary11101101011001010110010001001001011111101010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,44); }

 H1.HeaderClassName
 {
   color: #76B22C;
 }
 .AnyTagClassName
 {
   color: #76B22C;
 }
</style>
background-color css

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

 a { background-color: rgb(118,178,44); }

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

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

 span { border-color: rgb(118,178,44); }

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