#7CB065

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

Shades of Mantis #7CB065

Tints of Mantis #7CB065

Color information

#7CB065 (or 0x7CB065) is unknown color: approx Mantis. HEX triplet: 7C, B0 and 65. RGB value is (124,176,101). Sum of RGB (Red+Green+Blue) = 124+176+101=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB065 is #834F9A. Grayscale: #989898. Windows color (decimal): -8605595 or 6664316. OLE color: 6664316.

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

Color convert

RGB124176101-
CMYK0.3000.430.31
HSL101.6º32.19%54.31%-
HSV(B)101.6º42.61%69.02%-
XYZ26.1936.2817.93-
YUV151.999.27108.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=30.92%
G=43.89%
B=25.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761010.3000.430.31101.632.1954.31
Hex7CB0651E02B1F662036
Octal17426014536053371464066
Binary1111100101100001100101111100101011111111100110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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