#7CB451

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

Shades of Mantis #7CB451

Tints of Mantis #7CB451

Color information

#7CB451 (or 0x7CB451) is unknown color: approx Mantis. HEX triplet: 7C, B4 and 51. RGB value is (124,180,81). Sum of RGB (Red+Green+Blue) = 124+180+81=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB451 is #834BAE. Grayscale: #989898. Windows color (decimal): -8604591 or 5354620. OLE color: 5354620.

HSL color Cylindrical-coordinate representation of color #7CB451: hue angle of 93.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CB451 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB12418081-
CMYK0.3100.550.29
HSL93.94º39.76%51.18%-
HSV(B)93.94º55%70.59%-
XYZ26.1237.5213.65-
YUV151.9787.95108.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.21%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=32.21%
G=46.75%
B=21.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124180810.3100.550.2993.9439.7651.18
Hex7CB4511F0371D5e2833
Octal17426412137067351365063
Binary1111100101101001010001111110110111111011011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,81); }

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

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

 a { background-color: rgb(124,180,81); }

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

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

 span { border-color: rgb(124,180,81); }

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