#7DA00F

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

Shades of Lima #7DA00F

Tints of Lima #7DA00F

Color information

#7DA00F (or 0x7DA00F) is unknown color: approx Lima. HEX triplet: 7D, A0 and 0F. RGB value is (125,160,15). Sum of RGB (Red+Green+Blue) = 125+160+15=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA00F is #825FF0. Grayscale: #858585. Windows color (decimal): -8544241 or 1024125. OLE color: 1024125.

HSL color Cylindrical-coordinate representation of color #7DA00F: hue angle of 74.48º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DA00F is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB12516015-
CMYK0.2200.910.37
HSL74.48º82.86%34.31%-
HSV(B)74.48º90.62%62.75%-
XYZ21.1129.545.04-
YUV13361.4122.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.67%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 15 (6.25% from 255) = 5%
R=41.67%
G=53.33%
B=5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal125160150.2200.910.3774.4882.8634.31
Hex7DA0F1605B254a5322
Octal175240172601334511212342
Binary1111101101000001111101100101101110010110010101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,160,15); }

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

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

 a { background-color: rgb(125,160,15); }

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

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

 span { border-color: rgb(125,160,15); }

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