Html Css Color HEX #7AA521 Lima

📋 copy color: '#7AA521'

red 122 ◦ green 165 ◦ blue 33

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

Shades of Lima #7AA521

Tints of Lima #7AA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 38.13%
G = 51.56%
B = 10.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#7AA521 (or 0x7AA521) is known color: Lima. HEX triplet: 7A, A5 and 21. RGB value is (122,165,33). Sum of RGB (Red+Green+Blue) = 122+165+33=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA521 is #855ADE. Grayscale: #898989. Windows color (decimal): -8739551 or 2205050. OLE color: 2205050.

HSL color Cylindrical-coordinate representation of color #7AA521: hue angle of 79.55º degrees, saturation: 0.67, 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 #7AA521 is Cyan = 0.26, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 33 -
CMYK 0.26 0 0.8 0.35
HSL 79.55º 0.67% 0.39% -
HSV(B) 79.55º 0.8% 0.65% -
XYZ 21.76 31.16 6.31 -
YUV 137.1 69.25 117.23 -
System Red Green Blue C M Y K H S L
Decimal 122 165 33 0.26 0 0.8 0.35 79.55 0.67 0.39
Hex 7A A5 21 1A 0 50 23 50 43 27
Octal 172 245 41 32 0 120 43 120 103 47
Binary 1111010 10100101 100001 11010 0 1010000 100011 1010000 1000011 100111

Color Harmonies of #7AA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA521

Black with #7AA521

Text Example


Text Example

White with #7AA521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,165,33); }

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

background-color css

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

 a { background-color: rgb(122,165,33); }

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

border-color css

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

 span { border-color: rgb(122,165,33); }

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