#76C168

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

Shades of Mantis #76C168

Tints of Mantis #76C168

Color information

#76C168 (or 0x76C168) is unknown color: approx Mantis. HEX triplet: 76, C1 and 68. RGB value is (118,193,104). Sum of RGB (Red+Green+Blue) = 118+193+104=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #76C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C168 is #893E97. Grayscale: #A0A0A0. Windows color (decimal): -8994456 or 6865270. OLE color: 6865270.

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

Color convert

RGB118193104-
CMYK0.3900.460.24
HSL110.56º41.78%58.24%-
HSV(B)110.56º46.11%75.69%-
XYZ29.0442.9919.86-
YUV160.4396.1597.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 104 (41.02% from 255) = 25.06%
R=28.43%
G=46.51%
B=25.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931040.3900.460.24110.5641.7858.24
Hex76C1682702E186f2a3a
Octal16630115047056301575272
Binary11101101100000111010001001110101110110001101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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