#7CB161

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

Shades of Mantis #7CB161

Tints of Mantis #7CB161

Color information

#7CB161 (or 0x7CB161) is unknown color: approx Mantis. HEX triplet: 7C, B1 and 61. RGB value is (124,177,97). Sum of RGB (Red+Green+Blue) = 124+177+97=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB161 is #834E9E. Grayscale: #989898. Windows color (decimal): -8605343 or 6402428. OLE color: 6402428.

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

Color convert

RGB12417797-
CMYK0.3000.450.31
HSL99.75º33.9%53.73%-
HSV(B)99.75º45.2%69.41%-
XYZ26.1936.5916.99-
YUV152.0396.94108-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=31.16%
G=44.47%
B=24.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124177970.3000.450.3199.7533.953.73
Hex7CB1611E02D1F642236
Octal17426114136055371444266
Binary1111100101100011100001111100101101111111100100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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