#76A629

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

Shades of Lima #76A629

Tints of Lima #76A629

Color information

#76A629 (or 0x76A629) is unknown color: approx Lima. HEX triplet: 76, A6 and 29. RGB value is (118,166,41). Sum of RGB (Red+Green+Blue) = 118+166+41=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #76A629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A629 is #8959D6. Grayscale: #898989. Windows color (decimal): -9001431 or 2729590. OLE color: 2729590.

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

Color convert

RGB11816641-
CMYK0.2900.750.35
HSL83.04º60.39%40.59%-
HSV(B)83.04º75.3%65.1%-
XYZ21.5131.287-
YUV137.473.6114.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 41 (16.41% from 255) = 12.62%
R=36.31%
G=51.08%
B=12.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118166410.2900.750.3583.0460.3940.59
Hex76A6291D04B23533c29
Octal16624651350113431237451
Binary11101101010011010100111101010010111000111010011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,166,41); }

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

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

 a { background-color: rgb(118,166,41); }

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

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

 span { border-color: rgb(118,166,41); }

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