#76B966

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

Shades of Mantis #76B966

Tints of Mantis #76B966

Color information

#76B966 (or 0x76B966) is unknown color: approx Mantis. HEX triplet: 76, B9 and 66. RGB value is (118,185,102). Sum of RGB (Red+Green+Blue) = 118+185+102=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #76B966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B966 is #894699. Grayscale: #9B9B9B. Windows color (decimal): -8996506 or 6732150. OLE color: 6732150.

HSL color Cylindrical-coordinate representation of color #76B966: hue angle of 108.43º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76B966 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB118185102-
CMYK0.3600.450.27
HSL108.43º37.22%56.27%-
HSV(B)108.43º44.86%72.55%-
XYZ27.2239.5118.76-
YUV155.597.8101.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=29.14%
G=45.68%
B=25.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851020.3600.450.27108.4337.2256.27
Hex76B9662402D1B6c2538
Octal16627114644055331544570
Binary11101101011100111001101001000101101110111101100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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