Html Css Color HEX #7FA320 Lima

📋 copy color: '#7FA320'

red 127 ◦ green 163 ◦ blue 32

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

Shades of Lima #7FA320

Tints of Lima #7FA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.62%

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

R = 39.44%
G = 50.62%
B = 9.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#7FA320 (or 0x7FA320) is known color: Lima. HEX triplet: 7F, A3 and 20. RGB value is (127,163,32). Sum of RGB (Red+Green+Blue) = 127+163+32=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA320 is #805CDF. Grayscale: #898989. Windows color (decimal): -8412384 or 2139007. OLE color: 2139007.

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

Color convert

RGB 127 163 32 -
CMYK 0.22 0 0.80 0.36
HSL 76.49º 0.67% 0.38% -
HSV(B) 76.49º 0.8% 0.64% -
XYZ 22.11 30.81 6.15 -
YUV 137.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 127 163 32 0.22 0 0.80 0.36 76.49 0.67 0.38
Hex 7F A3 20 16 0 50 24 4C 43 26
Octal 177 243 40 26 0 120 44 114 103 46
Binary 1111111 10100011 100000 10110 0 1010000 100100 1001100 1000011 100110

Color Harmonies of #7FA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA320

Black with #7FA320

Text Example


Text Example

White with #7FA320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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