#76B565

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

Shades of Mantis #76B565

Tints of Mantis #76B565

Color information

#76B565 (or 0x76B565) is unknown color: approx Mantis. HEX triplet: 76, B5 and 65. RGB value is (118,181,101). Sum of RGB (Red+Green+Blue) = 118+181+101=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #76B565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B565 is #894A9A. Grayscale: #999999. Windows color (decimal): -8997531 or 6665590. OLE color: 6665590.

HSL color Cylindrical-coordinate representation of color #76B565: hue angle of 107.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76B565 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB118181101-
CMYK0.3500.440.29
HSL107.25º35.09%55.29%-
HSV(B)107.25º44.2%70.98%-
XYZ26.3437.8418.23-
YUV153.0498.63103-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 181 (71.09% from 255) = 45.25%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=29.5%
G=45.25%
B=25.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181811010.3500.440.29107.2535.0955.29
Hex76B5652302C1D6b2337
Octal16626514543054351534367
Binary11101101011010111001011000110101100111011101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,101); }

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

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

 a { background-color: rgb(118,181,101); }

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

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

 span { border-color: rgb(118,181,101); }

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