#76AD2D

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

Shades of Lima #76AD2D

Tints of Lima #76AD2D

Color information

#76AD2D (or 0x76AD2D) is unknown color: approx Lima. HEX triplet: 76, AD and 2D. RGB value is (118,173,45). Sum of RGB (Red+Green+Blue) = 118+173+45=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AD2D is #8952D2. Grayscale: #8E8E8E. Windows color (decimal): -8999635 or 2993526. OLE color: 2993526.

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

Color convert

RGB11817345-
CMYK0.3200.740.32
HSL85.78º58.72%42.75%-
HSV(B)85.78º73.99%67.84%-
XYZ22.8933.937.83-
YUV141.9673.28110.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 173 (67.97% from 255) = 51.49%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=35.12%
G=51.49%
B=13.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118173450.3200.740.3285.7858.7242.75
Hex76AD2D2004A20563b2b
Octal16625555400112401267353
Binary111011010101101101101100000010010101000001010110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,173,45); }

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

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

 a { background-color: rgb(118,173,45); }

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

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

 span { border-color: rgb(118,173,45); }

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