Html Css Color HEX #7FA020 Lima

📋 copy color: '#7FA020'

red 127 ◦ green 160 ◦ blue 32

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

Shades of Lima #7FA020

Tints of Lima #7FA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

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

R = 39.81%
G = 50.16%
B = 10.03%

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

#7FA020 (or 0x7FA020) is known color: Lima. HEX triplet: 7F, A0 and 20. RGB value is (127,160,32). Sum of RGB (Red+Green+Blue) = 127+160+32=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA020 is #805FDF. Grayscale: #888888. Windows color (decimal): -8413152 or 2138239. OLE color: 2138239.

HSL color Cylindrical-coordinate representation of color #7FA020: hue angle of 75.47º 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 #7FA020 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 160 32 -
CMYK 0.21 0 0.80 0.37
HSL 75.47º 0.67% 0.38% -
HSV(B) 75.47º 0.8% 0.63% -
XYZ 21.58 29.76 5.97 -
YUV 135.54 69.57 121.91 -
System Red Green Blue C M Y K H S L
Decimal 127 160 32 0.21 0 0.80 0.37 75.47 0.67 0.38
Hex 7F A0 20 15 0 50 25 4B 43 26
Octal 177 240 40 25 0 120 45 113 103 46
Binary 1111111 10100000 100000 10101 0 1010000 100101 1001011 1000011 100110

Color Harmonies of #7FA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA020

Black with #7FA020

Text Example


Text Example

White with #7FA020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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