#76C167

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

Shades of Mantis #76C167

Tints of Mantis #76C167

Color information

#76C167 (or 0x76C167) is unknown color: approx Mantis. HEX triplet: 76, C1 and 67. RGB value is (118,193,103). Sum of RGB (Red+Green+Blue) = 118+193+103=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #76C167 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C167 is #893E98. Grayscale: #A0A0A0. Windows color (decimal): -8994457 or 6799734. OLE color: 6799734.

HSL color Cylindrical-coordinate representation of color #76C167: hue angle of 110º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76C167 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB118193103-
CMYK0.3900.470.24
HSL110º42.06%58.04%-
HSV(B)110º46.63%75.69%-
XYZ28.9942.9719.6-
YUV160.3195.6597.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=28.50%
G=46.62%
B=24.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931030.3900.470.2411042.0658.04
Hex76C1672702F186e2a3a
Octal16630114747057301565272
Binary11101101100000111001111001110101111110001101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,103); }

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

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

 a { background-color: rgb(118,193,103); }

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

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

 span { border-color: rgb(118,193,103); }

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