#7CB265

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

Shades of Mantis #7CB265

Tints of Mantis #7CB265

Color information

#7CB265 (or 0x7CB265) is unknown color: approx Mantis. HEX triplet: 7C, B2 and 65. RGB value is (124,178,101). Sum of RGB (Red+Green+Blue) = 124+178+101=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB265 is #834D9A. Grayscale: #999999. Windows color (decimal): -8605083 or 6664828. OLE color: 6664828.

HSL color Cylindrical-coordinate representation of color #7CB265: hue angle of 102.08º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CB265 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB124178101-
CMYK0.3000.430.30
HSL102.08º33.33%54.71%-
HSV(B)102.08º43.26%69.8%-
XYZ26.5837.0718.07-
YUV153.0898.61107.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.77%
GREEN value IS 178 (69.92% from 255) = 44.17%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=30.77%
G=44.17%
B=25.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241781010.3000.430.30102.0833.3354.71
Hex7CB2651E02B1E662137
Octal17426214536053361464167
Binary1111100101100101100101111100101011111101100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,178,101); }

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

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

 a { background-color: rgb(124,178,101); }

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

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

 span { border-color: rgb(124,178,101); }

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