#7CA520

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

Shades of Lima #7CA520

Tints of Lima #7CA520

Color information

#7CA520 (or 0x7CA520) is unknown color: approx Lima. HEX triplet: 7C, A5 and 20. RGB value is (124,165,32). Sum of RGB (Red+Green+Blue) = 124+165+32=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA520 is #835ADF. Grayscale: #8A8A8A. Windows color (decimal): -8608480 or 2139516. OLE color: 2139516.

HSL color Cylindrical-coordinate representation of color #7CA520: hue angle of 78.5º 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 #7CA520 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB12416532-
CMYK0.2500.810.35
HSL78.5º67.51%38.63%-
HSV(B)78.5º80.61%64.71%-
XYZ22.0331.36.25-
YUV137.5868.42118.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 165 (64.84% from 255) = 51.40%
BLUE value IS 32 (12.89% from 255) = 9.97%
R=38.63%
G=51.40%
B=9.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124165320.2500.810.3578.567.5138.63
Hex7CA52019051234e4427
Octal174245403101214311610447
Binary111110010100101100000110010101000110001110011101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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