#7CA322

Color #7CA322 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CA322

Tints of Lima #7CA322

Color information

#7CA322 (or 0x7CA322) is unknown color: approx Lima. HEX triplet: 7C, A3 and 22. RGB value is (124,163,34). Sum of RGB (Red+Green+Blue) = 124+163+34=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA322 is #835CDD. Grayscale: #898989. Windows color (decimal): -8608990 or 2270076. OLE color: 2270076.

HSL color Cylindrical-coordinate representation of color #7CA322: hue angle of 78.14º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CA322 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB12416334-
CMYK0.2400.790.36
HSL78.14º65.48%38.63%-
HSV(B)78.14º79.14%63.92%-
XYZ21.730.596.28-
YUV136.6370.08118.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 163 (64.06% from 255) = 50.78%
BLUE value IS 34 (13.67% from 255) = 10.59%
R=38.63%
G=50.78%
B=10.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124163340.2400.790.3678.1465.4838.63
Hex7CA3221804F244e4127
Octal174243423001174411610147
Binary111110010100011100010110000100111110010010011101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CA322;
 }
 .AnyTagClassName
 {
   color: #7CA322;
 }
</style>
background-color css

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

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

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

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

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

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