Html Css Color HEX #7FA520 Lima

📋 copy color: '#7FA520'

red 127 ◦ green 165 ◦ blue 32

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

Shades of Lima #7FA520

Tints of Lima #7FA520

RGB

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

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

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

R = 39.2%
G = 50.93%
B = 9.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#7FA520 (or 0x7FA520) is known color: Lima. HEX triplet: 7F, A5 and 20. RGB value is (127,165,32). Sum of RGB (Red+Green+Blue) = 127+165+32=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA520 is #805ADF. Grayscale: #8A8A8A. Windows color (decimal): -8411872 or 2139519. OLE color: 2139519.

HSL color Cylindrical-coordinate representation of color #7FA520: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FA520 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 32 -
CMYK 0.23 0 0.81 0.35
HSL 77.14º 0.68% 0.39% -
HSV(B) 77.14º 0.81% 0.65% -
XYZ 22.47 31.53 6.27 -
YUV 138.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 127 165 32 0.23 0 0.81 0.35 77.14 0.68 0.39
Hex 7F A5 20 17 0 51 23 4D 44 27
Octal 177 245 40 27 0 121 43 115 104 47
Binary 1111111 10100101 100000 10111 0 1010001 100011 1001101 1000100 100111

Color Harmonies of #7FA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA520

Black with #7FA520

Text Example


Text Example

White with #7FA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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