#76B061

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

Shades of Mantis #76B061

Tints of Mantis #76B061

Color information

#76B061 (or 0x76B061) is unknown color: approx Mantis. HEX triplet: 76, B0 and 61. RGB value is (118,176,97). Sum of RGB (Red+Green+Blue) = 118+176+97=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #76B061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B061 is #894F9E. Grayscale: #959595. Windows color (decimal): -8998815 or 6402166. OLE color: 6402166.

HSL color Cylindrical-coordinate representation of color #76B061: hue angle of 104.05º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76B061 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB11817697-
CMYK0.3300.450.31
HSL104.05º33.33%53.53%-
HSV(B)104.05º44.89%69.02%-
XYZ25.1535.7716.89-
YUV149.6598.28105.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 176 (69.14% from 255) = 45.01%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=30.18%
G=45.01%
B=24.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118176970.3300.450.31104.0533.3353.53
Hex76B0612102D1F682136
Octal16626014141055371504166
Binary11101101011000011000011000010101101111111101000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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