#76B155

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

Shades of Mantis #76B155

Tints of Mantis #76B155

Color information

#76B155 (or 0x76B155) is unknown color: approx Mantis. HEX triplet: 76, B1 and 55. RGB value is (118,177,85). Sum of RGB (Red+Green+Blue) = 118+177+85=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #76B155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B155 is #894EAA. Grayscale: #959595. Windows color (decimal): -8998571 or 5615990. OLE color: 5615990.

HSL color Cylindrical-coordinate representation of color #76B155: hue angle of 98.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76B155 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB11817785-
CMYK0.3300.520.31
HSL98.48º37.1%51.37%-
HSV(B)98.48º51.98%69.41%-
XYZ24.8335.9514.22-
YUV148.8791.95105.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=31.05%
G=46.58%
B=22.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118177850.3300.520.3198.4837.151.37
Hex76B155210341F622533
Octal16626112541064371424563
Binary11101101011000110101011000010110100111111100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,177,85); }

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

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

 a { background-color: rgb(118,177,85); }

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

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

 span { border-color: rgb(118,177,85); }

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