#76BA4C

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

Shades of Mantis #76BA4C

Tints of Mantis #76BA4C

Color information

#76BA4C (or 0x76BA4C) is unknown color: approx Mantis. HEX triplet: 76, BA and 4C. RGB value is (118,186,76). Sum of RGB (Red+Green+Blue) = 118+186+76=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA4C is #8945B3. Grayscale: #999999. Windows color (decimal): -8996276 or 5028470. OLE color: 5028470.

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

Color convert

RGB11818676-
CMYK0.3700.590.27
HSL97.09º44.35%51.37%-
HSV(B)97.09º59.14%72.94%-
XYZ26.3339.4913.07-
YUV153.1384.47102.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 76 (30.08% from 255) = 20%
R=31.05%
G=48.95%
B=20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118186760.3700.590.2797.0944.3551.37
Hex76BA4C2503B1B612c33
Octal16627211445073331415463
Binary11101101011101010011001001010111011110111100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,76); }

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

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

 a { background-color: rgb(118,186,76); }

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

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

 span { border-color: rgb(118,186,76); }

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