#76C35D

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

Shades of Mantis #76C35D

Tints of Mantis #76C35D

Color information

#76C35D (or 0x76C35D) is unknown color: approx Mantis. HEX triplet: 76, C3 and 5D. RGB value is (118,195,93). Sum of RGB (Red+Green+Blue) = 118+195+93=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #76C35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C35D is #893CA2. Grayscale: #A0A0A0. Windows color (decimal): -8993955 or 6144886. OLE color: 6144886.

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

Color convert

RGB11819593-
CMYK0.3900.520.24
HSL105.29º45.95%56.47%-
HSV(B)105.29º52.31%76.47%-
XYZ28.9643.6717.26-
YUV160.3589.9997.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=29.06%
G=48.03%
B=22.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118195930.3900.520.24105.2945.9556.47
Hex76C35D2703418692e38
Octal16630313547064301515670
Binary11101101100001110111011001110110100110001101001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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