#7CB522

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

Shades of Lima #7CB522

Tints of Lima #7CB522

Color information

#7CB522 (or 0x7CB522) is unknown color: approx Lima. HEX triplet: 7C, B5 and 22. RGB value is (124,181,34). Sum of RGB (Red+Green+Blue) = 124+181+34=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB522 is #834ADD. Grayscale: #939393. Windows color (decimal): -8604382 or 2274684. OLE color: 2274684.

HSL color Cylindrical-coordinate representation of color #7CB522: hue angle of 83.27º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CB522 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB12418134-
CMYK0.3100.810.29
HSL83.27º68.37%42.16%-
HSV(B)83.27º81.22%70.98%-
XYZ25.1237.457.42-
YUV147.264.12111.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 181 (71.09% from 255) = 53.39%
BLUE value IS 34 (13.67% from 255) = 10.03%
R=36.58%
G=53.39%
B=10.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124181340.3100.810.2983.2768.3742.16
Hex7CB5221F0511D53442a
Octal174265423701213512310452
Binary11111001011010110001011111010100011110110100111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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