Html Css Color HEX #7FA120 Lima

📋 copy color: '#7FA120'

red 127 ◦ green 161 ◦ blue 32

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

Shades of Lima #7FA120

Tints of Lima #7FA120

RGB

 RED value IS 127 (50% from 255) = 39.69%

 GREEN value IS 161 (63.28% from 255) = 50.31%

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

R = 39.69%
G = 50.31%
B = 10%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#7FA120 (or 0x7FA120) is known color: Lima. HEX triplet: 7F, A1 and 20. RGB value is (127,161,32). Sum of RGB (Red+Green+Blue) = 127+161+32=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA120 is #805EDF. Grayscale: #888888. Windows color (decimal): -8412896 or 2138495. OLE color: 2138495.

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

Color convert

RGB 127 161 32 -
CMYK 0.21 0 0.80 0.37
HSL 75.81º 0.67% 0.38% -
HSV(B) 75.81º 0.8% 0.63% -
XYZ 21.76 30.11 6.03 -
YUV 136.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 127 161 32 0.21 0 0.80 0.37 75.81 0.67 0.38
Hex 7F A1 20 15 0 50 25 4C 43 26
Octal 177 241 40 25 0 120 45 114 103 46
Binary 1111111 10100001 100000 10101 0 1010000 100101 1001100 1000011 100110

Color Harmonies of #7FA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA120

Black with #7FA120

Text Example


Text Example

White with #7FA120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,161,32); }

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

background-color css

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

 a { background-color: rgb(127,161,32); }

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

border-color css

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

 span { border-color: rgb(127,161,32); }

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