#7CB852

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

Shades of Mantis #7CB852

Tints of Mantis #7CB852

Color information

#7CB852 (or 0x7CB852) is unknown color: approx Mantis. HEX triplet: 7C, B8 and 52. RGB value is (124,184,82). Sum of RGB (Red+Green+Blue) = 124+184+82=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB852 is #8347AD. Grayscale: #9A9A9A. Windows color (decimal): -8603566 or 5421180. OLE color: 5421180.

HSL color Cylindrical-coordinate representation of color #7CB852: hue angle of 95.29º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CB852 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB12418482-
CMYK0.3300.550.28
HSL95.29º41.8%52.16%-
HSV(B)95.29º55.43%72.16%-
XYZ26.9839.1814.12-
YUV154.4387.12106.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.79%
GREEN value IS 184 (72.27% from 255) = 47.18%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=31.79%
G=47.18%
B=21.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124184820.3300.550.2895.2941.852.16
Hex7CB852210371C5f2a34
Octal17427012241067341375264
Binary11111001011100010100101000010110111111001011111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,82); }

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

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

 a { background-color: rgb(124,184,82); }

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

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

 span { border-color: rgb(124,184,82); }

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