Html Css Color HEX #7AA614 Lima

📋 copy color: '#7AA614'

red 122 ◦ green 166 ◦ blue 20

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

Shades of Lima #7AA614

Tints of Lima #7AA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 39.61%
G = 53.9%
B = 6.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#7AA614 (or 0x7AA614) is known color: Lima. HEX triplet: 7A, A6 and 14. RGB value is (122,166,20). Sum of RGB (Red+Green+Blue) = 122+166+20=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 166 (65.23% from 255 or 53.90% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA614 is #8559EB. Grayscale: #888888. Windows color (decimal): -8739308 or 1353338. OLE color: 1353338.

HSL color Cylindrical-coordinate representation of color #7AA614: hue angle of 78.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AA614 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 166 20 -
CMYK 0.27 0 0.88 0.35
HSL 78.08º 0.78% 0.36% -
HSV(B) 78.08º 0.88% 0.65% -
XYZ 21.79 31.46 5.59 -
YUV 136.2 62.42 117.87 -
System Red Green Blue C M Y K H S L
Decimal 122 166 20 0.27 0 0.88 0.35 78.08 0.78 0.36
Hex 7A A6 14 1B 0 58 23 4E 4E 24
Octal 172 246 24 33 0 130 43 116 116 44
Binary 1111010 10100110 10100 11011 0 1011000 100011 1001110 1001110 100100

Color Harmonies of #7AA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA614

Black with #7AA614

Text Example


Text Example

White with #7AA614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,166,20); }

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

background-color css

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

 a { background-color: rgb(122,166,20); }

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

border-color css

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

 span { border-color: rgb(122,166,20); }

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