#76B465

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

Shades of Mantis #76B465

Tints of Mantis #76B465

Color information

#76B465 (or 0x76B465) is unknown color: approx Mantis. HEX triplet: 76, B4 and 65. RGB value is (118,180,101). Sum of RGB (Red+Green+Blue) = 118+180+101=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #76B465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B465 is #894B9A. Grayscale: #989898. Windows color (decimal): -8997787 or 6665334. OLE color: 6665334.

HSL color Cylindrical-coordinate representation of color #76B465: hue angle of 107.09º degrees, saturation: 0.34, 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 #76B465 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB118180101-
CMYK0.3400.440.29
HSL107.09º34.5%55.1%-
HSV(B)107.09º43.89%70.59%-
XYZ26.1437.4318.16-
YUV152.4698.96103.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=29.57%
G=45.11%
B=25.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181801010.3400.440.29107.0934.555.1
Hex76B4652202C1D6b2237
Octal16626414542054351534267
Binary11101101011010011001011000100101100111011101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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