#7DA322

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

Shades of Lima #7DA322

Tints of Lima #7DA322

Color information

#7DA322 (or 0x7DA322) is unknown color: approx Lima. HEX triplet: 7D, A3 and 22. RGB value is (125,163,34). Sum of RGB (Red+Green+Blue) = 125+163+34=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA322 is #825CDD. Grayscale: #898989. Windows color (decimal): -8543454 or 2270077. OLE color: 2270077.

HSL color Cylindrical-coordinate representation of color #7DA322: hue angle of 77.67º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DA322 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB12516334-
CMYK0.2300.790.36
HSL77.67º65.48%38.63%-
HSV(B)77.67º79.14%63.92%-
XYZ21.8430.676.28-
YUV136.9369.91119.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.82%
GREEN value IS 163 (64.06% from 255) = 50.62%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=38.82%
G=50.62%
B=10.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125163340.2300.790.3677.6765.4838.63
Hex7DA3221704F244e4127
Octal175243422701174411610147
Binary111110110100011100010101110100111110010010011101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,163,34); }

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

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

 a { background-color: rgb(125,163,34); }

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

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

 span { border-color: rgb(125,163,34); }

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