#7CB261

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

Shades of Mantis #7CB261

Tints of Mantis #7CB261

Color information

#7CB261 (or 0x7CB261) is unknown color: approx Mantis. HEX triplet: 7C, B2 and 61. RGB value is (124,178,97). Sum of RGB (Red+Green+Blue) = 124+178+97=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB261 is #834D9E. Grayscale: #989898. Windows color (decimal): -8605087 or 6402684. OLE color: 6402684.

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

Color convert

RGB12417897-
CMYK0.3000.460.30
HSL100º34.47%53.92%-
HSV(B)100º45.51%69.8%-
XYZ26.3936.9917.06-
YUV152.6296.61107.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=31.08%
G=44.61%
B=24.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124178970.3000.460.3010034.4753.92
Hex7CB2611E02E1E642236
Octal17426214136056361444266
Binary1111100101100101100001111100101110111101100100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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