#7CB34D

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

Shades of Mantis #7CB34D

Tints of Mantis #7CB34D

Color information

#7CB34D (or 0x7CB34D) is unknown color: approx Mantis. HEX triplet: 7C, B3 and 4D. RGB value is (124,179,77). Sum of RGB (Red+Green+Blue) = 124+179+77=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB34D is #834CB2. Grayscale: #979797. Windows color (decimal): -8604851 or 5092220. OLE color: 5092220.

HSL color Cylindrical-coordinate representation of color #7CB34D: hue angle of 92.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CB34D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB12417977-
CMYK0.3100.570.30
HSL92.35º40.16%50.2%-
HSV(B)92.35º56.98%70.2%-
XYZ25.7737.0612.82-
YUV150.9386.28108.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.63%
GREEN value IS 179 (70.31% from 255) = 47.11%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=32.63%
G=47.11%
B=20.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124179770.3100.570.3092.3540.1650.2
Hex7CB34D1F0391E5c2832
Octal17426311537071361345062
Binary1111100101100111001101111110111001111101011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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