#76B66C

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

Shades of Mantis #76B66C

Tints of Mantis #76B66C

Color information

#76B66C (or 0x76B66C) is unknown color: approx Mantis. HEX triplet: 76, B6 and 6C. RGB value is (118,182,108). Sum of RGB (Red+Green+Blue) = 118+182+108=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #76B66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B66C is #894993. Grayscale: #9A9A9A. Windows color (decimal): -8997268 or 7124598. OLE color: 7124598.

HSL color Cylindrical-coordinate representation of color #76B66C: hue angle of 111.89º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76B66C is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB118182108-
CMYK0.3500.410.29
HSL111.89º33.64%56.86%-
HSV(B)111.89º40.66%71.37%-
XYZ26.9138.3920.18-
YUV154.43101.8102.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 182 (71.48% from 255) = 44.61%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=28.92%
G=44.61%
B=26.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181821080.3500.410.29111.8933.6456.86
Hex76B66C230291D702239
Octal16626615443051351604271
Binary11101101011011011011001000110101001111011110000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76B66C; }

 p { color: rgb(118,182,108); }

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

<style>
 a { background-color: #76B66C; }

 a { background-color: rgb(118,182,108); }

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

<style>
 span { border-color: #76B66C; }

 span { border-color: rgb(118,182,108); }

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