#76C36D

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

Shades of Mantis #76C36D

Tints of Mantis #76C36D

Color information

#76C36D (or 0x76C36D) is unknown color: approx Mantis. HEX triplet: 76, C3 and 6D. RGB value is (118,195,109). Sum of RGB (Red+Green+Blue) = 118+195+109=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #76C36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C36D is #893C92. Grayscale: #A2A2A2. Windows color (decimal): -8993939 or 7193462. OLE color: 7193462.

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

Color convert

RGB118195109-
CMYK0.3900.440.24
HSL113.72º41.75%59.61%-
HSV(B)113.72º44.1%76.47%-
XYZ29.7543.9921.39-
YUV162.1797.9996.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=27.96%
G=46.21%
B=25.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181951090.3900.440.24113.7241.7559.61
Hex76C36D2702C18722a3c
Octal16630315547054301625274
Binary11101101100001111011011001110101100110001110010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,195,109); }

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

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

 a { background-color: rgb(118,195,109); }

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

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

 span { border-color: rgb(118,195,109); }

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