#76B552

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

Shades of Mantis #76B552

Tints of Mantis #76B552

Color information

#76B552 (or 0x76B552) is unknown color: approx Mantis. HEX triplet: 76, B5 and 52. RGB value is (118,181,82). Sum of RGB (Red+Green+Blue) = 118+181+82=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #76B552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B552 is #894AAD. Grayscale: #979797. Windows color (decimal): -8997550 or 5420406. OLE color: 5420406.

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

Color convert

RGB11818182-
CMYK0.3500.550.29
HSL98.18º40.08%51.57%-
HSV(B)98.18º54.7%70.98%-
XYZ25.5237.5113.88-
YUV150.8889.13104.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=30.97%
G=47.51%
B=21.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118181820.3500.550.2998.1840.0851.57
Hex76B552230371D622834
Octal16626512243067351425064
Binary11101101011010110100101000110110111111011100010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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