#76B12D

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

Shades of Lima #76B12D

Tints of Lima #76B12D

Color information

#76B12D (or 0x76B12D) is unknown color: approx Lima. HEX triplet: 76, B1 and 2D. RGB value is (118,177,45). Sum of RGB (Red+Green+Blue) = 118+177+45=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #76B12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B12D is #894ED2. Grayscale: #909090. Windows color (decimal): -8998611 or 2994550. OLE color: 2994550.

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

Color convert

RGB11817745-
CMYK0.3300.750.31
HSL86.82º59.46%43.53%-
HSV(B)86.82º74.58%69.41%-
XYZ23.6735.498.08-
YUV144.3171.95109.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 177 (69.53% from 255) = 52.06%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=34.71%
G=52.06%
B=13.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118177450.3300.750.3186.8259.4643.53
Hex76B12D2104B1F573b2c
Octal16626155410113371277354
Binary11101101011000110110110000101001011111111010111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,177,45); }

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

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

 a { background-color: rgb(118,177,45); }

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

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

 span { border-color: rgb(118,177,45); }

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