#76B51A

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

Shades of Lima #76B51A

Tints of Lima #76B51A

Color information

#76B51A (or 0x76B51A) is unknown color: approx Lima. HEX triplet: 76, B5 and 1A. RGB value is (118,181,26). Sum of RGB (Red+Green+Blue) = 118+181+26=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #76B51A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B51A is #894AE5. Grayscale: #919191. Windows color (decimal): -8997606 or 1750390. OLE color: 1750390.

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

Color convert

RGB11818126-
CMYK0.3500.860.29
HSL84.39º74.88%40.59%-
HSV(B)84.39º85.64%70.98%-
XYZ24.1836.976.84-
YUV144.4961.13109.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 181 (71.09% from 255) = 55.69%
BLUE value IS 26 (10.55% from 255) = 8%
R=36.31%
G=55.69%
B=8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118181260.3500.860.2984.3974.8840.59
Hex76B51A230561D544b29
Octal166265324301263512411351
Binary11101101011010111010100011010101101110110101001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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