#76BE5C

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

Shades of Mantis #76BE5C

Tints of Mantis #76BE5C

Color information

#76BE5C (or 0x76BE5C) is unknown color: approx Mantis. HEX triplet: 76, BE and 5C. RGB value is (118,190,92). Sum of RGB (Red+Green+Blue) = 118+190+92=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BE5C is #8941A3. Grayscale: #9D9D9D. Windows color (decimal): -8995236 or 6078070. OLE color: 6078070.

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

Color convert

RGB11819092-
CMYK0.3800.520.25
HSL104.08º42.98%55.29%-
HSV(B)104.08º51.58%74.51%-
XYZ27.8241.4516.66-
YUV157.391.1599.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 190 (74.61% from 255) = 47.5%
BLUE value IS 92 (36.33% from 255) = 23%
R=29.5%
G=47.5%
B=23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190920.3800.520.25104.0842.9855.29
Hex76BE5C2603419682b37
Octal16627613446064311505367
Binary11101101011111010111001001100110100110011101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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