#7CB64C

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

Shades of Mantis #7CB64C

Tints of Mantis #7CB64C

Color information

#7CB64C (or 0x7CB64C) is unknown color: approx Mantis. HEX triplet: 7C, B6 and 4C. RGB value is (124,182,76). Sum of RGB (Red+Green+Blue) = 124+182+76=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB64C is #8349B3. Grayscale: #989898. Windows color (decimal): -8604084 or 5027452. OLE color: 5027452.

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

Color convert

RGB12418276-
CMYK0.3200.580.29
HSL92.83º42.06%50.59%-
HSV(B)92.83º58.24%71.37%-
XYZ26.3438.2612.83-
YUV152.5784.78107.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=32.46%
G=47.64%
B=19.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124182760.3200.580.2992.8342.0650.59
Hex7CB64C2003A1D5d2a33
Octal17426611440072351355263
Binary11111001011011010011001000000111010111011011101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,182,76); }

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

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

 a { background-color: rgb(124,182,76); }

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

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

 span { border-color: rgb(124,182,76); }

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