#76BE68

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

Shades of Mantis #76BE68

Tints of Mantis #76BE68

Color information

#76BE68 (or 0x76BE68) is unknown color: approx Mantis. HEX triplet: 76, BE and 68. RGB value is (118,190,104). Sum of RGB (Red+Green+Blue) = 118+190+104=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BE68 is #894197. Grayscale: #9E9E9E. Windows color (decimal): -8995224 or 6864502. OLE color: 6864502.

HSL color Cylindrical-coordinate representation of color #76BE68: hue angle of 110.23º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76BE68 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB118190104-
CMYK0.3800.450.25
HSL110.23º39.81%57.65%-
HSV(B)110.23º45.26%74.51%-
XYZ28.3841.6819.65-
YUV158.6797.1598.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=28.64%
G=46.12%
B=25.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181901040.3800.450.25110.2339.8157.65
Hex76BE682602D196e283a
Octal16627615046055311565072
Binary11101101011111011010001001100101101110011101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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