#7CB55D

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

Shades of Mantis #7CB55D

Tints of Mantis #7CB55D

Color information

#7CB55D (or 0x7CB55D) is unknown color: approx Mantis. HEX triplet: 7C, B5 and 5D. RGB value is (124,181,93). Sum of RGB (Red+Green+Blue) = 124+181+93=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB55D is #834AA2. Grayscale: #9A9A9A. Windows color (decimal): -8604323 or 6141308. OLE color: 6141308.

HSL color Cylindrical-coordinate representation of color #7CB55D: hue angle of 98.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CB55D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB12418193-
CMYK0.3100.490.29
HSL98.86º37.29%53.73%-
HSV(B)98.86º48.62%70.98%-
XYZ26.8138.1216.3-
YUV153.9393.62106.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 181 (71.09% from 255) = 45.48%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=31.16%
G=45.48%
B=23.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124181930.3100.490.2998.8637.2953.73
Hex7CB55D1F0311D632536
Octal17426513537061351434566
Binary1111100101101011011101111110110001111011100011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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