Html Css Color HEX #7CA320 Lima

📋 copy color: '#7CA320'

red 124 ◦ green 163 ◦ blue 32

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

Shades of Lima #7CA320

Tints of Lima #7CA320

RGB

 RED value IS 124 (48.83% from 255) = 38.87%

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

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

R = 38.87%
G = 51.1%
B = 10.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#7CA320 (or 0x7CA320) is known color: Lima. HEX triplet: 7C, A3 and 20. RGB value is (124,163,32). Sum of RGB (Red+Green+Blue) = 124+163+32=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA320 is #835CDF. Grayscale: #888888. Windows color (decimal): -8608992 or 2139004. OLE color: 2139004.

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

Color convert

RGB 124 163 32 -
CMYK 0.24 0 0.80 0.36
HSL 77.86º 0.67% 0.38% -
HSV(B) 77.86º 0.8% 0.64% -
XYZ 21.67 30.58 6.13 -
YUV 136.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 124 163 32 0.24 0 0.80 0.36 77.86 0.67 0.38
Hex 7C A3 20 18 0 50 24 4E 43 26
Octal 174 243 40 30 0 120 44 116 103 46
Binary 1111100 10100011 100000 11000 0 1010000 100100 1001110 1000011 100110

Color Harmonies of #7CA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA320

Black with #7CA320

Text Example


Text Example

White with #7CA320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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