#7DAD0C

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

Shades of Lima #7DAD0C

Tints of Lima #7DAD0C

Color information

#7DAD0C (or 0x7DAD0C) is unknown color: approx Lima. HEX triplet: 7D, AD and 0C. RGB value is (125,173,12). Sum of RGB (Red+Green+Blue) = 125+173+12=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD0C is #8252F3. Grayscale: #8C8C8C. Windows color (decimal): -8540916 or 830845. OLE color: 830845.

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

Color convert

RGB12517312-
CMYK0.2800.930.32
HSL77.89º87.03%36.27%-
HSV(B)77.89º93.06%67.84%-
XYZ23.4734.275.73-
YUV140.2955.6117.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.32%
GREEN value IS 173 (67.97% from 255) = 55.81%
BLUE value IS 12 (5.08% from 255) = 3.87%
R=40.32%
G=55.81%
B=3.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125173120.2800.930.3277.8987.0336.27
Hex7DADC1C05D204e5724
Octal175255143401354011612744
Binary1111101101011011100111000101110110000010011101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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