#76B65B

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

Shades of Mantis #76B65B

Tints of Mantis #76B65B

Color information

#76B65B (or 0x76B65B) is unknown color: approx Mantis. HEX triplet: 76, B6 and 5B. RGB value is (118,182,91). Sum of RGB (Red+Green+Blue) = 118+182+91=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #76B65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B65B is #8949A4. Grayscale: #989898. Windows color (decimal): -8997285 or 6010486. OLE color: 6010486.

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

Color convert

RGB11818291-
CMYK0.3500.50.29
HSL102.2º38.4%53.53%-
HSV(B)102.2º50%71.37%-
XYZ26.0938.0615.87-
YUV152.4993.3103.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=30.18%
G=46.55%
B=23.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118182910.3500.50.29102.238.453.53
Hex76B65B230321D662636
Octal16626613343062351464666
Binary11101101011011010110111000110110010111011100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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