#76C547

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

Shades of Mantis #76C547

Tints of Mantis #76C547

Color information

#76C547 (or 0x76C547) is unknown color: approx Mantis. HEX triplet: 76, C5 and 47. RGB value is (118,197,71). Sum of RGB (Red+Green+Blue) = 118+197+71=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #76C547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C547 is #893AB8. Grayscale: #9F9F9F. Windows color (decimal): -8993465 or 4703606. OLE color: 4703606.

HSL color Cylindrical-coordinate representation of color #76C547: hue angle of 97.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76C547 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB11819771-
CMYK0.4000.640.23
HSL97.62º52.07%52.55%-
HSV(B)97.62º63.96%77.25%-
XYZ28.5744.2412.99-
YUV159.0178.3398.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 197 (77.34% from 255) = 51.04%
BLUE value IS 71 (28.12% from 255) = 18.39%
R=30.57%
G=51.04%
B=18.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118197710.4000.640.2397.6252.0752.55
Hex76C5472804017623435
Octal166305107500100271426465
Binary111011011000101100011110100001000000101111100010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,197,71); }

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

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

 a { background-color: rgb(118,197,71); }

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

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

 span { border-color: rgb(118,197,71); }

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