#76BD5B

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

Shades of Mantis #76BD5B

Tints of Mantis #76BD5B

Color information

#76BD5B (or 0x76BD5B) is unknown color: approx Mantis. HEX triplet: 76, BD and 5B. RGB value is (118,189,91). Sum of RGB (Red+Green+Blue) = 118+189+91=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BD5B is #8942A4. Grayscale: #9C9C9C. Windows color (decimal): -8995493 or 6012278. OLE color: 6012278.

HSL color Cylindrical-coordinate representation of color #76BD5B: hue angle of 103.47º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76BD5B is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB11818991-
CMYK0.3800.520.26
HSL103.47º42.61%54.9%-
HSV(B)103.47º51.85%74.12%-
XYZ27.564116.36-
YUV156.690.98100.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 189 (74.22% from 255) = 47.49%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=29.65%
G=47.49%
B=22.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118189910.3800.520.26103.4742.6154.9
Hex76BD5B260341A672b37
Octal16627513346064321475367
Binary11101101011110110110111001100110100110101100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,189,91); }

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

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

 a { background-color: rgb(118,189,91); }

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

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

 span { border-color: rgb(118,189,91); }

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