#76AC30

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

Shades of Lima #76AC30

Tints of Lima #76AC30

Color information

#76AC30 (or 0x76AC30) is unknown color: approx Lima. HEX triplet: 76, AC and 30. RGB value is (118,172,48). Sum of RGB (Red+Green+Blue) = 118+172+48=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC30 is #8953CF. Grayscale: #8E8E8E. Windows color (decimal): -8999888 or 3189878. OLE color: 3189878.

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

Color convert

RGB11817248-
CMYK0.3100.720.33
HSL86.13º56.36%43.14%-
HSV(B)86.13º72.09%67.45%-
XYZ22.7633.578.08-
YUV141.7275.11111.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 172 (67.58% from 255) = 50.89%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=34.91%
G=50.89%
B=14.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118172480.3100.720.3386.1356.3643.14
Hex76AC301F0482156382b
Octal16625460370110411267053
Binary11101101010110011000011111010010001000011010110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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