#76AA2A

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

Shades of Lima #76AA2A

Tints of Lima #76AA2A

Color information

#76AA2A (or 0x76AA2A) is unknown color: approx Lima. HEX triplet: 76, AA and 2A. RGB value is (118,170,42). Sum of RGB (Red+Green+Blue) = 118+170+42=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA2A is #8955D5. Grayscale: #8C8C8C. Windows color (decimal): -9000406 or 2796150. OLE color: 2796150.

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

Color convert

RGB11817042-
CMYK0.3100.750.33
HSL84.38º60.38%41.57%-
HSV(B)84.38º75.29%66.67%-
XYZ22.2632.777.34-
YUV139.8672.77112.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 170 (66.80% from 255) = 51.52%
BLUE value IS 42 (16.80% from 255) = 12.73%
R=35.76%
G=51.52%
B=12.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170420.3100.750.3384.3860.3841.57
Hex76AA2A1F04B21543c2a
Octal16625252370113411247452
Binary11101101010101010101011111010010111000011010100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,42); }

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

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

 a { background-color: rgb(118,170,42); }

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

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

 span { border-color: rgb(118,170,42); }

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