#76D85A

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

Shades of Mantis #76D85A

Tints of Mantis #76D85A

Color information

#76D85A (or 0x76D85A) is unknown color: approx Mantis. HEX triplet: 76, D8 and 5A. RGB value is (118,216,90). Sum of RGB (Red+Green+Blue) = 118+216+90=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #76D85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D85A is #8927A5. Grayscale: #ACACAC. Windows color (decimal): -8988582 or 5953654. OLE color: 5953654.

HSL color Cylindrical-coordinate representation of color #76D85A: hue angle of 106.67º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76D85A is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB11821690-
CMYK0.4500.580.15
HSL106.67º61.76%60%-
HSV(B)106.67º58.33%84.71%-
XYZ33.8753.718.25-
YUV172.3381.5389.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 216 (84.77% from 255) = 50.94%
BLUE value IS 90 (35.55% from 255) = 21.23%
R=27.83%
G=50.94%
B=21.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118216900.4500.580.15106.6761.7660
Hex76D85A2D03AF6b3e3c
Octal16633013255072171537674
Binary1110110110110001011010101101011101011111101011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,216,90); }

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

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

 a { background-color: rgb(118,216,90); }

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

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

 span { border-color: rgb(118,216,90); }

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