#7CB15C

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

Shades of Mantis #7CB15C

Tints of Mantis #7CB15C

Color information

#7CB15C (or 0x7CB15C) is unknown color: approx Mantis. HEX triplet: 7C, B1 and 5C. RGB value is (124,177,92). Sum of RGB (Red+Green+Blue) = 124+177+92=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB15C is #834EA3. Grayscale: #979797. Windows color (decimal): -8605348 or 6074748. OLE color: 6074748.

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

Color convert

RGB12417792-
CMYK0.3000.480.31
HSL97.41º35.27%52.75%-
HSV(B)97.41º48.02%69.41%-
XYZ25.9736.515.8-
YUV151.4694.44108.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.55%
GREEN value IS 177 (69.53% from 255) = 45.04%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=31.55%
G=45.04%
B=23.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124177920.3000.480.3197.4135.2752.75
Hex7CB15C1E0301F612335
Octal17426113436060371414365
Binary1111100101100011011100111100110000111111100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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