#7CB860

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

Shades of Mantis #7CB860

Tints of Mantis #7CB860

Color information

#7CB860 (or 0x7CB860) is unknown color: approx Mantis. HEX triplet: 7C, B8 and 60. RGB value is (124,184,96). Sum of RGB (Red+Green+Blue) = 124+184+96=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB860 is #83479F. Grayscale: #9C9C9C. Windows color (decimal): -8603552 or 6338684. OLE color: 6338684.

HSL color Cylindrical-coordinate representation of color #7CB860: hue angle of 100.91º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CB860 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB12418496-
CMYK0.3300.480.28
HSL100.91º38.26%54.9%-
HSV(B)100.91º47.83%72.16%-
XYZ27.5639.4117.22-
YUV156.0394.12105.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.69%
GREEN value IS 184 (72.27% from 255) = 45.54%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=30.69%
G=45.54%
B=23.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124184960.3300.480.28100.9138.2654.9
Hex7CB860210301C652637
Octal17427014041060341454667
Binary11111001011100011000001000010110000111001100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,96); }

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

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

 a { background-color: rgb(124,184,96); }

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

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

 span { border-color: rgb(124,184,96); }

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