#76BB4F

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

Shades of Mantis #76BB4F

Tints of Mantis #76BB4F

Color information

#76BB4F (or 0x76BB4F) is unknown color: approx Mantis. HEX triplet: 76, BB and 4F. RGB value is (118,187,79). Sum of RGB (Red+Green+Blue) = 118+187+79=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB4F is #8944B0. Grayscale: #9A9A9A. Windows color (decimal): -8996017 or 5225334. OLE color: 5225334.

HSL color Cylindrical-coordinate representation of color #76BB4F: hue angle of 98.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76BB4F is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB11818779-
CMYK0.3700.580.27
HSL98.33º44.26%52.16%-
HSV(B)98.33º57.75%73.33%-
XYZ26.6539.9613.7-
YUV154.0685.64102.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 187 (73.44% from 255) = 48.70%
BLUE value IS 79 (31.25% from 255) = 20.57%
R=30.73%
G=48.70%
B=20.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118187790.3700.580.2798.3344.2652.16
Hex76BB4F2503A1B622c34
Octal16627311745072331425464
Binary11101101011101110011111001010111010110111100010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,79); }

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

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

 a { background-color: rgb(118,187,79); }

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

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

 span { border-color: rgb(118,187,79); }

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