#76BF66

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

Shades of Mantis #76BF66

Tints of Mantis #76BF66

Color information

#76BF66 (or 0x76BF66) is unknown color: approx Mantis. HEX triplet: 76, BF and 66. RGB value is (118,191,102). Sum of RGB (Red+Green+Blue) = 118+191+102=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF66 is #894099. Grayscale: #9F9F9F. Windows color (decimal): -8994970 or 6733686. OLE color: 6733686.

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

Color convert

RGB118191102-
CMYK0.3800.470.25
HSL109.21º41.01%57.45%-
HSV(B)109.21º46.6%74.9%-
XYZ28.542.0719.19-
YUV159.0395.8298.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=28.71%
G=46.47%
B=24.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911020.3800.470.25109.2141.0157.45
Hex76BF662602F196d2939
Octal16627714646057311555171
Binary11101101011111111001101001100101111110011101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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