#7CB561

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

Shades of Mantis #7CB561

Tints of Mantis #7CB561

Color information

#7CB561 (or 0x7CB561) is unknown color: approx Mantis. HEX triplet: 7C, B5 and 61. RGB value is (124,181,97). Sum of RGB (Red+Green+Blue) = 124+181+97=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB561 is #834A9E. Grayscale: #9A9A9A. Windows color (decimal): -8604319 or 6403452. OLE color: 6403452.

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

Color convert

RGB12418197-
CMYK0.3100.460.29
HSL100.71º36.21%54.51%-
HSV(B)100.71º46.41%70.98%-
XYZ26.9938.217.26-
YUV154.3895.62106.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=30.85%
G=45.02%
B=24.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124181970.3100.460.29100.7136.2154.51
Hex7CB5611F02E1D652437
Octal17426514137056351454467
Binary1111100101101011100001111110101110111011100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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