Html Css Color HEX #7DA122 Lima

📋 copy color: '#7DA122'

red 125 ◦ green 161 ◦ blue 34

#7DA122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DA122

Tints of Lima #7DA122

RGB

 RED value IS 125 (49.22% from 255) = 39.06%

 GREEN value IS 161 (63.28% from 255) = 50.31%

 BLUE value IS 34 (13.67% from 255) = 10.63%

R = 39.06%
G = 50.31%
B = 10.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#7DA122 (or 0x7DA122) is known color: Lima. HEX triplet: 7D, A1 and 22. RGB value is (125,161,34). Sum of RGB (Red+Green+Blue) = 125+161+34=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA122 is #825EDD. Grayscale: #888888. Windows color (decimal): -8543966 or 2269565. OLE color: 2269565.

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

Color convert

RGB 125 161 34 -
CMYK 0.22 0 0.79 0.37
HSL 77.01º 0.65% 0.38% -
HSV(B) 77.01º 0.79% 0.63% -
XYZ 21.49 29.97 6.16 -
YUV 135.76 70.57 120.33 -
System Red Green Blue C M Y K H S L
Decimal 125 161 34 0.22 0 0.79 0.37 77.01 0.65 0.38
Hex 7D A1 22 16 0 4F 25 4D 41 26
Octal 175 241 42 26 0 117 45 115 101 46
Binary 1111101 10100001 100010 10110 0 1001111 100101 1001101 1000001 100110

Color Harmonies of #7DA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA122

Black with #7DA122

Text Example


Text Example

White with #7DA122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DA122;
 }
 .AnyTagClassName
 {
   color: #7DA122;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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