#76C169

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

Shades of Mantis #76C169

Tints of Mantis #76C169

Color information

#76C169 (or 0x76C169) is unknown color: approx Mantis. HEX triplet: 76, C1 and 69. RGB value is (118,193,105). Sum of RGB (Red+Green+Blue) = 118+193+105=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #76C169 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C169 is #893E96. Grayscale: #A0A0A0. Windows color (decimal): -8994455 or 6930806. OLE color: 6930806.

HSL color Cylindrical-coordinate representation of color #76C169: hue angle of 111.14º 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 #76C169 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB118193105-
CMYK0.3900.460.24
HSL111.14º41.51%58.43%-
HSV(B)111.14º45.6%75.69%-
XYZ29.0943.0120.13-
YUV160.5496.6597.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 193 (75.78% from 255) = 46.39%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=28.37%
G=46.39%
B=25.24%

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
Decimal1181931050.3900.460.24111.1441.5158.43
Hex76C1692702E186f2a3a
Octal16630115147056301575272
Binary11101101100000111010011001110101110110001101111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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