#7DAA11

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

Shades of Lima #7DAA11

Tints of Lima #7DAA11

Color information

#7DAA11 (or 0x7DAA11) is unknown color: approx Lima. HEX triplet: 7D, AA and 11. RGB value is (125,170,17). Sum of RGB (Red+Green+Blue) = 125+170+17=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAA11 is #8255EE. Grayscale: #8B8B8B. Windows color (decimal): -8541679 or 1157757. OLE color: 1157757.

HSL color Cylindrical-coordinate representation of color #7DAA11: hue angle of 77.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DAA11 is Cyan = 0.26, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB12517017-
CMYK0.2600.90.33
HSL77.65º81.82%36.67%-
HSV(B)77.65º90%66.67%-
XYZ22.9333.155.72-
YUV139.159.09117.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.06%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 17 (7.03% from 255) = 5.45%
R=40.06%
G=54.49%
B=5.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170170.2600.90.3377.6581.8236.67
Hex7DAA111A05A214e5225
Octal175252213201324111612245
Binary11111011010101010001110100101101010000110011101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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