#7CB362

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

Shades of Mantis #7CB362

Tints of Mantis #7CB362

Color information

#7CB362 (or 0x7CB362) is unknown color: approx Mantis. HEX triplet: 7C, B3 and 62. RGB value is (124,179,98). Sum of RGB (Red+Green+Blue) = 124+179+98=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB362 is #834C9D. Grayscale: #999999. Windows color (decimal): -8604830 or 6468476. OLE color: 6468476.

HSL color Cylindrical-coordinate representation of color #7CB362: hue angle of 100.74º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CB362 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB12417998-
CMYK0.3100.450.30
HSL100.74º34.76%54.31%-
HSV(B)100.74º45.25%70.2%-
XYZ26.6437.4117.37-
YUV153.3296.78107.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=30.92%
G=44.64%
B=24.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124179980.3100.450.30100.7434.7654.31
Hex7CB3621F02D1E652336
Octal17426314237055361454366
Binary1111100101100111100010111110101101111101100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,179,98); }

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

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

 a { background-color: rgb(124,179,98); }

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

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

 span { border-color: rgb(124,179,98); }

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