#7CBC5D

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

Shades of Mantis #7CBC5D

Tints of Mantis #7CBC5D

Color information

#7CBC5D (or 0x7CBC5D) is unknown color: approx Mantis. HEX triplet: 7C, BC and 5D. RGB value is (124,188,93). Sum of RGB (Red+Green+Blue) = 124+188+93=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC5D is #8343A2. Grayscale: #9E9E9E. Windows color (decimal): -8602531 or 6143100. OLE color: 6143100.

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

Color convert

RGB12418893-
CMYK0.3400.510.26
HSL100.42º41.48%55.1%-
HSV(B)100.42º50.53%73.73%-
XYZ28.2741.0416.79-
YUV158.0391.3103.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.62%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=30.62%
G=46.42%
B=22.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124188930.3400.510.26100.4241.4855.1
Hex7CBC5D220331A642937
Octal17427413542063321445167
Binary11111001011110010111011000100110011110101100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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