#76b520

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

Shades of Lima #76B520

Tints of Lima #76B520

Color information

#76B520 (or 0x76B520) is unknown color: approx Lima. HEX triplet: 76, B5 and 20. RGB value is (118,181,32). Sum of RGB (Red+Green+Blue) = 118+181+32=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #76B520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B520 is #894ADF. Grayscale: #919191. Windows color (decimal): -8997600 or 2143606. OLE color: 2143606.

HSL color Cylindrical-coordinate representation of color #76B520: hue angle of 85.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76B520 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB11818132-
CMYK0.3500.820.29
HSL85.37º69.95%41.76%-
HSV(B)85.37º82.32%70.98%-
XYZ24.26377.23-
YUV145.1864.13108.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 181 (71.09% from 255) = 54.68%
BLUE value IS 32 (12.89% from 255) = 9.67%
R=35.65%
G=54.68%
B=9.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118181320.3500.820.2985.3769.9541.76
Hex76B520230521D55462a
Octal166265404301223512510652
Binary111011010110101100000100011010100101110110101011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76b520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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