#7DAD0D

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

Shades of Lima #7DAD0D

Tints of Lima #7DAD0D

Color information

#7DAD0D (or 0x7DAD0D) is unknown color: approx Lima. HEX triplet: 7D, AD and 0D. RGB value is (125,173,13). Sum of RGB (Red+Green+Blue) = 125+173+13=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD0D is #8252F2. Grayscale: #8D8D8D. Windows color (decimal): -8540915 or 896381. OLE color: 896381.

HSL color Cylindrical-coordinate representation of color #7DAD0D: hue angle of 78º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DAD0D is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB12517313-
CMYK0.2800.920.32
HSL78º86.02%36.47%-
HSV(B)78º92.49%67.84%-
XYZ23.4734.285.76-
YUV140.4156.1117.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.19%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 13 (5.47% from 255) = 4.18%
R=40.19%
G=55.63%
B=4.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125173130.2800.920.327886.0236.47
Hex7DADD1C05C204e5624
Octal175255153401344011612644
Binary1111101101011011101111000101110010000010011101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,13); }

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

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

 a { background-color: rgb(125,173,13); }

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

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

 span { border-color: rgb(125,173,13); }

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