#7CBA44

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

Shades of Mantis #7CBA44

Tints of Mantis #7CBA44

Color information

#7CBA44 (or 0x7CBA44) is unknown color: approx Mantis. HEX triplet: 7C, BA and 44. RGB value is (124,186,68). Sum of RGB (Red+Green+Blue) = 124+186+68=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA44 is #8345BB. Grayscale: #9A9A9A. Windows color (decimal): -8603068 or 4504188. OLE color: 4504188.

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

Color convert

RGB12418668-
CMYK0.3300.630.27
HSL91.53º46.46%49.8%-
HSV(B)91.53º63.44%72.94%-
XYZ26.9139.8211.74-
YUV154.0179.46106.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.80%
GREEN value IS 186 (73.05% from 255) = 49.21%
BLUE value IS 68 (26.95% from 255) = 17.99%
R=32.80%
G=49.21%
B=17.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124186680.3300.630.2791.5346.4649.8
Hex7CBA442103F1B5c2e32
Octal17427210441077331345662
Binary11111001011101010001001000010111111110111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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