#7CB94C

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

Shades of Mantis #7CB94C

Tints of Mantis #7CB94C

Color information

#7CB94C (or 0x7CB94C) is unknown color: approx Mantis. HEX triplet: 7C, B9 and 4C. RGB value is (124,185,76). Sum of RGB (Red+Green+Blue) = 124+185+76=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB94C is #8346B3. Grayscale: #9A9A9A. Windows color (decimal): -8603316 or 5028220. OLE color: 5028220.

HSL color Cylindrical-coordinate representation of color #7CB94C: hue angle of 93.58º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CB94C is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB12418576-
CMYK0.3300.590.27
HSL93.58º43.78%51.18%-
HSV(B)93.58º58.92%72.55%-
XYZ26.9739.513.04-
YUV154.3383.79106.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.21%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=32.21%
G=48.05%
B=19.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124185760.3300.590.2793.5843.7851.18
Hex7CB94C2103B1B5e2c33
Octal17427111441073331365463
Binary11111001011100110011001000010111011110111011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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