#7CBA6E

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

Shades of Mantis #7CBA6E

Tints of Mantis #7CBA6E

Color information

#7CBA6E (or 0x7CBA6E) is unknown color: approx Mantis. HEX triplet: 7C, BA and 6E. RGB value is (124,186,110). Sum of RGB (Red+Green+Blue) = 124+186+110=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA6E is #834591. Grayscale: #9F9F9F. Windows color (decimal): -8603026 or 7256700. OLE color: 7256700.

HSL color Cylindrical-coordinate representation of color #7CBA6E: hue angle of 108.95º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CBA6E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB124186110-
CMYK0.3300.410.27
HSL108.95º35.51%58.04%-
HSV(B)108.95º40.86%72.94%-
XYZ28.6940.5321.06-
YUV158.8100.46103.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.52%
GREEN value IS 186 (73.05% from 255) = 44.29%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=29.52%
G=44.29%
B=26.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861100.3300.410.27108.9535.5158.04
Hex7CBA6E210291B6d243a
Octal17427215641051331554472
Binary11111001011101011011101000010101001110111101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,186,110); }

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

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

 a { background-color: rgb(124,186,110); }

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

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

 span { border-color: rgb(124,186,110); }

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