#76AE1E

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

Shades of Lima #76AE1E

Tints of Lima #76AE1E

Color information

#76AE1E (or 0x76AE1E) is unknown color: approx Lima. HEX triplet: 76, AE and 1E. RGB value is (118,174,30). Sum of RGB (Red+Green+Blue) = 118+174+30=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AE1E is #8951E1. Grayscale: #8D8D8D. Windows color (decimal): -8999394 or 2010742. OLE color: 2010742.

HSL color Cylindrical-coordinate representation of color #76AE1E: hue angle of 83.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76AE1E is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB11817430-
CMYK0.3200.830.32
HSL83.33º70.59%40%-
HSV(B)83.33º82.76%68.24%-
XYZ22.8434.226.63-
YUV140.8465.45111.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 174 (68.36% from 255) = 54.04%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=36.65%
G=54.04%
B=9.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118174300.3200.830.3283.3370.5940
Hex76AE1E2005320534728
Octal166256364001234012310750
Binary111011010101110111101000000101001110000010100111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,174,30); }

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

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

 a { background-color: rgb(118,174,30); }

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

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

 span { border-color: rgb(118,174,30); }

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