#76AB2E

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

Shades of Lima #76AB2E

Tints of Lima #76AB2E

Color information

#76AB2E (or 0x76AB2E) is unknown color: approx Lima. HEX triplet: 76, AB and 2E. RGB value is (118,171,46). Sum of RGB (Red+Green+Blue) = 118+171+46=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB2E is #8954D1. Grayscale: #8D8D8D. Windows color (decimal): -9000146 or 3058550. OLE color: 3058550.

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

Color convert

RGB11817146-
CMYK0.3100.730.33
HSL85.44º57.6%42.55%-
HSV(B)85.44º73.1%67.06%-
XYZ22.5333.177.8-
YUV140.974.44111.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 171 (67.19% from 255) = 51.04%
BLUE value IS 46 (18.36% from 255) = 13.73%
R=35.22%
G=51.04%
B=13.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118171460.3100.730.3385.4457.642.55
Hex76AB2E1F04921553a2b
Octal16625356370111411257253
Binary11101101010101110111011111010010011000011010101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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