#76AC28

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

Shades of Lima #76AC28

Tints of Lima #76AC28

Color information

#76AC28 (or 0x76AC28) is unknown color: approx Lima. HEX triplet: 76, AC and 28. RGB value is (118,172,40). Sum of RGB (Red+Green+Blue) = 118+172+40=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC28 is #8953D7. Grayscale: #8D8D8D. Windows color (decimal): -8999896 or 2665590. OLE color: 2665590.

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

Color convert

RGB11817240-
CMYK0.3100.770.33
HSL84.55º62.26%41.57%-
HSV(B)84.55º76.74%67.45%-
XYZ22.6133.517.28-
YUV140.8171.11111.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 172 (67.58% from 255) = 52.12%
BLUE value IS 40 (16.02% from 255) = 12.12%
R=35.76%
G=52.12%
B=12.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118172400.3100.770.3384.5562.2641.57
Hex76AC281F04D21553e2a
Octal16625450370115411257652
Binary11101101010110010100011111010011011000011010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,172,40); }

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

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

 a { background-color: rgb(118,172,40); }

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

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

 span { border-color: rgb(118,172,40); }

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