#7CBC6D

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

Shades of Mantis #7CBC6D

Tints of Mantis #7CBC6D

Color information

#7CBC6D (or 0x7CBC6D) is unknown color: approx Mantis. HEX triplet: 7C, BC and 6D. RGB value is (124,188,109). Sum of RGB (Red+Green+Blue) = 124+188+109=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC6D is #834392. Grayscale: #A0A0A0. Windows color (decimal): -8602515 or 7191676. OLE color: 7191676.

HSL color Cylindrical-coordinate representation of color #7CBC6D: hue angle of 108.61º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CBC6D is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB124188109-
CMYK0.3400.420.26
HSL108.61º37.09%58.24%-
HSV(B)108.61º42.02%73.73%-
XYZ29.0641.3620.92-
YUV159.8699.3102.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.45%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=29.45%
G=44.66%
B=25.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241881090.3400.420.26108.6137.0958.24
Hex7CBC6D2202A1A6d253a
Octal17427415542052321554572
Binary11111001011110011011011000100101010110101101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,109); }

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

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

 a { background-color: rgb(124,188,109); }

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

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

 span { border-color: rgb(124,188,109); }

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