#76B550

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

Shades of Mantis #76B550

Tints of Mantis #76B550

Color information

#76B550 (or 0x76B550) is unknown color: approx Mantis. HEX triplet: 76, B5 and 50. RGB value is (118,181,80). Sum of RGB (Red+Green+Blue) = 118+181+80=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #76B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B550 is #894AAF. Grayscale: #969696. Windows color (decimal): -8997552 or 5289334. OLE color: 5289334.

HSL color Cylindrical-coordinate representation of color #76B550: hue angle of 97.43º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76B550 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB11818180-
CMYK0.3500.560.29
HSL97.43º40.56%51.18%-
HSV(B)97.43º55.8%70.98%-
XYZ25.4437.4813.48-
YUV150.6588.13104.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=31.13%
G=47.76%
B=21.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118181800.3500.560.2997.4340.5651.18
Hex76B550230381D612933
Octal16626512043070351415163
Binary11101101011010110100001000110111000111011100001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,80); }

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

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

 a { background-color: rgb(118,181,80); }

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

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

 span { border-color: rgb(118,181,80); }

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