Html Css Color HEX #7AA517 Lima

📋 copy color: '#7AA517'

red 122 ◦ green 165 ◦ blue 23

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

Shades of Lima #7AA517

Tints of Lima #7AA517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 39.35%
G = 53.23%
B = 7.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#7AA517 (or 0x7AA517) is known color: Lima. HEX triplet: 7A, A5 and 17. RGB value is (122,165,23). Sum of RGB (Red+Green+Blue) = 122+165+23=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA517 is #855AE8. Grayscale: #888888. Windows color (decimal): -8739561 or 1549690. OLE color: 1549690.

HSL color Cylindrical-coordinate representation of color #7AA517: hue angle of 78.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AA517 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 23 -
CMYK 0.26 0 0.86 0.35
HSL 78.17º 0.76% 0.37% -
HSV(B) 78.17º 0.86% 0.65% -
XYZ 21.64 31.11 5.68 -
YUV 135.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 122 165 23 0.26 0 0.86 0.35 78.17 0.76 0.37
Hex 7A A5 17 1A 0 56 23 4E 4C 25
Octal 172 245 27 32 0 126 43 116 114 45
Binary 1111010 10100101 10111 11010 0 1010110 100011 1001110 1001100 100101

Color Harmonies of #7AA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA517

Black with #7AA517

Text Example


Text Example

White with #7AA517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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