#76C849

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

Shades of Mantis #76C849

Tints of Mantis #76C849

Color information

#76C849 (or 0x76C849) is unknown color: approx Mantis. HEX triplet: 76, C8 and 49. RGB value is (118,200,73). Sum of RGB (Red+Green+Blue) = 118+200+73=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #76C849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C849 is #8937B6. Grayscale: #A1A1A1. Windows color (decimal): -8992695 or 4835446. OLE color: 4835446.

HSL color Cylindrical-coordinate representation of color #76C849: hue angle of 98.74º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76C849 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB11820073-
CMYK0.4100.640.22
HSL98.74º53.59%53.53%-
HSV(B)98.74º63.5%78.43%-
XYZ29.3345.6413.57-
YUV16178.3397.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 200 (78.52% from 255) = 51.15%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=30.18%
G=51.15%
B=18.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118200730.4100.640.2298.7453.5953.53
Hex76C8492904016633636
Octal166310111510100261436666
Binary111011011001000100100110100101000000101101100011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,200,73); }

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

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

 a { background-color: rgb(118,200,73); }

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

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

 span { border-color: rgb(118,200,73); }

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