#76A820

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

Shades of Lima #76A820

Tints of Lima #76A820

Color information

#76A820 (or 0x76A820) is unknown color: approx Lima. HEX triplet: 76, A8 and 20. RGB value is (118,168,32). Sum of RGB (Red+Green+Blue) = 118+168+32=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #76A820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A820 is #8957DF. Grayscale: #8A8A8A. Windows color (decimal): -9000928 or 2140278. OLE color: 2140278.

HSL color Cylindrical-coordinate representation of color #76A820: hue angle of 82.06º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76A820 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB11816832-
CMYK0.3000.810.34
HSL82.06º68%39.22%-
HSV(B)82.06º80.95%65.88%-
XYZ21.7331.966.39-
YUV137.5568.44114.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 168 (66.02% from 255) = 52.83%
BLUE value IS 32 (12.89% from 255) = 10.06%
R=37.11%
G=52.83%
B=10.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118168320.3000.810.3482.066839.22
Hex76A8201E05122524427
Octal166250403601214212210447
Binary111011010101000100000111100101000110001010100101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,168,32); }

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

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

 a { background-color: rgb(118,168,32); }

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

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

 span { border-color: rgb(118,168,32); }

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