#76BF61

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

Shades of Mantis #76BF61

Tints of Mantis #76BF61

Color information

#76BF61 (or 0x76BF61) is unknown color: approx Mantis. HEX triplet: 76, BF and 61. RGB value is (118,191,97). Sum of RGB (Red+Green+Blue) = 118+191+97=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF61 is #89409E. Grayscale: #9E9E9E. Windows color (decimal): -8994975 or 6406006. OLE color: 6406006.

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

Color convert

RGB11819197-
CMYK0.3800.490.25
HSL106.6º42.34%56.47%-
HSV(B)106.6º49.21%74.9%-
XYZ28.2641.9817.92-
YUV158.4693.3299.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=29.06%
G=47.04%
B=23.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118191970.3800.490.25106.642.3456.47
Hex76BF6126031196b2a38
Octal16627714146061311535270
Binary11101101011111111000011001100110001110011101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,97); }

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

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

 a { background-color: rgb(118,191,97); }

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

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

 span { border-color: rgb(118,191,97); }

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