#76BA67

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

Shades of Mantis #76BA67

Tints of Mantis #76BA67

Color information

#76BA67 (or 0x76BA67) is unknown color: approx Mantis. HEX triplet: 76, BA and 67. RGB value is (118,186,103). Sum of RGB (Red+Green+Blue) = 118+186+103=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA67 is #894598. Grayscale: #9C9C9C. Windows color (decimal): -8996249 or 6797942. OLE color: 6797942.

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

Color convert

RGB118186103-
CMYK0.3700.450.27
HSL109.16º37.56%56.67%-
HSV(B)109.16º44.62%72.94%-
XYZ27.4839.9519.09-
YUV156.2197.97100.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=28.99%
G=45.70%
B=25.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861030.3700.450.27109.1637.5656.67
Hex76BA672502D1B6d2639
Octal16627214745055331554671
Binary11101101011101011001111001010101101110111101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,103); }

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

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

 a { background-color: rgb(118,186,103); }

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

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

 span { border-color: rgb(118,186,103); }

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