#76B367

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

Shades of Mantis #76B367

Tints of Mantis #76B367

Color information

#76B367 (or 0x76B367) is unknown color: approx Mantis. HEX triplet: 76, B3 and 67. RGB value is (118,179,103). Sum of RGB (Red+Green+Blue) = 118+179+103=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #76B367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B367 is #894C98. Grayscale: #989898. Windows color (decimal): -8998041 or 6796150. OLE color: 6796150.

HSL color Cylindrical-coordinate representation of color #76B367: hue angle of 108.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76B367 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB118179103-
CMYK0.3400.420.30
HSL108.16º33.33%55.29%-
HSV(B)108.16º42.46%70.2%-
XYZ26.0437.0718.61-
YUV152.1100.29103.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 179 (70.31% from 255) = 44.75%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=29.5%
G=44.75%
B=25.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791030.3400.420.30108.1633.3355.29
Hex76B3672202A1E6c2137
Octal16626314742052361544167
Binary11101101011001111001111000100101010111101101100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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