#7CB64D

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

Shades of Mantis #7CB64D

Tints of Mantis #7CB64D

Color information

#7CB64D (or 0x7CB64D) is unknown color: approx Mantis. HEX triplet: 7C, B6 and 4D. RGB value is (124,182,77). Sum of RGB (Red+Green+Blue) = 124+182+77=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB64D is #8349B2. Grayscale: #999999. Windows color (decimal): -8604083 or 5092988. OLE color: 5092988.

HSL color Cylindrical-coordinate representation of color #7CB64D: hue angle of 93.14º 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 #7CB64D is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB12418277-
CMYK0.3200.580.29
HSL93.14º41.83%50.78%-
HSV(B)93.14º57.69%71.37%-
XYZ26.3838.2813.02-
YUV152.6985.28107.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 77 (30.47% from 255) = 20.10%
R=32.38%
G=47.52%
B=20.10%

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
Decimal124182770.3200.580.2993.1441.8350.78
Hex7CB64D2003A1D5d2a33
Octal17426611540072351355263
Binary11111001011011010011011000000111010111011011101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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