#76C14A

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

Shades of Mantis #76C14A

Tints of Mantis #76C14A

Color information

#76C14A (or 0x76C14A) is unknown color: approx Mantis. HEX triplet: 76, C1 and 4A. RGB value is (118,193,74). Sum of RGB (Red+Green+Blue) = 118+193+74=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #76C14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C14A is #893EB5. Grayscale: #9D9D9D. Windows color (decimal): -8994486 or 4899190. OLE color: 4899190.

HSL color Cylindrical-coordinate representation of color #76C14A: hue angle of 97.82º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76C14A is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB11819374-
CMYK0.3900.620.24
HSL97.82º48.97%52.35%-
HSV(B)97.82º61.66%75.69%-
XYZ27.7842.4913.22-
YUV157.0181.15100.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=30.65%
G=50.13%
B=19.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118193740.3900.620.2497.8248.9752.35
Hex76C14A2703E18623134
Octal16630111247076301426164
Binary11101101100000110010101001110111110110001100010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,74); }

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

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

 a { background-color: rgb(118,193,74); }

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

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

 span { border-color: rgb(118,193,74); }

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