Html Css Color HEX #7DA622 Lima

📋 copy color: '#7DA622'

red 125 ◦ green 166 ◦ blue 34

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

Shades of Lima #7DA622

Tints of Lima #7DA622

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.08%

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

R = 38.46%
G = 51.08%
B = 10.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#7DA622 (or 0x7DA622) is known color: Lima. HEX triplet: 7D, A6 and 22. RGB value is (125,166,34). Sum of RGB (Red+Green+Blue) = 125+166+34=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA622 is #8259DD. Grayscale: #8B8B8B. Windows color (decimal): -8542686 or 2270845. OLE color: 2270845.

HSL color Cylindrical-coordinate representation of color #7DA622: hue angle of 78.64º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DA622 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 166 34 -
CMYK 0.25 0 0.80 0.35
HSL 78.64º 0.66% 0.39% -
HSV(B) 78.64º 0.8% 0.65% -
XYZ 22.38 31.75 6.46 -
YUV 138.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 125 166 34 0.25 0 0.80 0.35 78.64 0.66 0.39
Hex 7D A6 22 19 0 50 23 4F 42 27
Octal 175 246 42 31 0 120 43 117 102 47
Binary 1111101 10100110 100010 11001 0 1010000 100011 1001111 1000010 100111

Color Harmonies of #7DA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA622

Black with #7DA622

Text Example


Text Example

White with #7DA622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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