#7CB85E

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

Shades of Mantis #7CB85E

Tints of Mantis #7CB85E

Color information

#7CB85E (or 0x7CB85E) is unknown color: approx Mantis. HEX triplet: 7C, B8 and 5E. RGB value is (124,184,94). Sum of RGB (Red+Green+Blue) = 124+184+94=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB85E is #8347A1. Grayscale: #9C9C9C. Windows color (decimal): -8603554 or 6207612. OLE color: 6207612.

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

Color convert

RGB12418494-
CMYK0.3300.490.28
HSL100º38.79%54.51%-
HSV(B)100º48.91%72.16%-
XYZ27.4739.3716.74-
YUV155.893.12105.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 184 (72.27% from 255) = 45.77%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=30.85%
G=45.77%
B=23.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124184940.3300.490.2810038.7954.51
Hex7CB85E210311C642737
Octal17427013641061341444767
Binary11111001011100010111101000010110001111001100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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