#76AB2B

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

Shades of Lima #76AB2B

Tints of Lima #76AB2B

Color information

#76AB2B (or 0x76AB2B) is unknown color: approx Lima. HEX triplet: 76, AB and 2B. RGB value is (118,171,43). Sum of RGB (Red+Green+Blue) = 118+171+43=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB2B is #8954D4. Grayscale: #8D8D8D. Windows color (decimal): -9000149 or 2861942. OLE color: 2861942.

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

Color convert

RGB11817143-
CMYK0.3100.750.33
HSL84.84º59.81%41.96%-
HSV(B)84.84º74.85%67.06%-
XYZ22.4733.157.5-
YUV140.5672.94111.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 171 (67.19% from 255) = 51.51%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=35.54%
G=51.51%
B=12.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118171430.3100.750.3384.8459.8141.96
Hex76AB2B1F04B21553c2a
Octal16625353370113411257452
Binary11101101010101110101111111010010111000011010101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,43); }

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

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

 a { background-color: rgb(118,171,43); }

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

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

 span { border-color: rgb(118,171,43); }

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