#7DAA2A

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

Shades of Lima #7DAA2A

Tints of Lima #7DAA2A

Color information

#7DAA2A (or 0x7DAA2A) is unknown color: approx Lima. HEX triplet: 7D, AA and 2A. RGB value is (125,170,42). Sum of RGB (Red+Green+Blue) = 125+170+42=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA2A is #8255D5. Grayscale: #8E8E8E. Windows color (decimal): -8541654 or 2796157. OLE color: 2796157.

HSL color Cylindrical-coordinate representation of color #7DAA2A: hue angle of 81.09º 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 #7DAA2A is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB12517042-
CMYK0.2600.750.33
HSL81.09º60.38%41.57%-
HSV(B)81.09º75.29%66.67%-
XYZ23.2533.287.39-
YUV141.9571.59115.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 170 (66.80% from 255) = 50.45%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=37.09%
G=50.45%
B=12.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170420.2600.750.3381.0960.3841.57
Hex7DAA2A1A04B21513c2a
Octal17525252320113411217452
Binary11111011010101010101011010010010111000011010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DAA2A; }

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

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

<style>
 a { background-color: #7DAA2A; }

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

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

<style>
 span { border-color: #7DAA2A; }

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

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