#7CB412

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

Shades of Lima #7CB412

Tints of Lima #7CB412

Color information

#7CB412 (or 0x7CB412) is unknown color: approx Lima. HEX triplet: 7C, B4 and 12. RGB value is (124,180,18). Sum of RGB (Red+Green+Blue) = 124+180+18=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB412 is #834BED. Grayscale: #919191. Windows color (decimal): -8604654 or 1225852. OLE color: 1225852.

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

Color convert

RGB12418018-
CMYK0.3100.90.29
HSL80.74º81.82%38.82%-
HSV(B)80.74º90%70.59%-
XYZ24.7436.976.4-
YUV144.7956.45113.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 180 (70.70% from 255) = 55.90%
BLUE value IS 18 (7.42% from 255) = 5.59%
R=38.51%
G=55.90%
B=5.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124180180.3100.90.2980.7481.8238.82
Hex7CB4121F05A1D515227
Octal174264223701323512112247
Binary1111100101101001001011111010110101110110100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,18); }

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

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

 a { background-color: rgb(124,180,18); }

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

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

 span { border-color: rgb(124,180,18); }

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