Html Css Color HEX #7AA320 Lima

📋 copy color: '#7AA320'

red 122 ◦ green 163 ◦ blue 32

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

Shades of Lima #7AA320

Tints of Lima #7AA320

RGB

 RED value IS 122 (48.05% from 255) = 38.49%

 GREEN value IS 163 (64.06% from 255) = 51.42%

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 38.49%
G = 51.42%
B = 10.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#7AA320 (or 0x7AA320) is known color: Lima. HEX triplet: 7A, A3 and 20. RGB value is (122,163,32). Sum of RGB (Red+Green+Blue) = 122+163+32=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA320 is #855CDF. Grayscale: #888888. Windows color (decimal): -8740064 or 2139002. OLE color: 2139002.

HSL color Cylindrical-coordinate representation of color #7AA320: hue angle of 78.78º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AA320 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 163 32 -
CMYK 0.25 0 0.80 0.36
HSL 78.78º 0.67% 0.38% -
HSV(B) 78.78º 0.8% 0.64% -
XYZ 21.38 30.44 6.11 -
YUV 135.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 122 163 32 0.25 0 0.80 0.36 78.78 0.67 0.38
Hex 7A A3 20 19 0 50 24 4F 43 26
Octal 172 243 40 31 0 120 44 117 103 46
Binary 1111010 10100011 100000 11001 0 1010000 100100 1001111 1000011 100110

Color Harmonies of #7AA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA320

Black with #7AA320

Text Example


Text Example

White with #7AA320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,163,32); }

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

background-color css

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

 a { background-color: rgb(122,163,32); }

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

border-color css

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

 span { border-color: rgb(122,163,32); }

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