#76B452

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

Shades of Mantis #76B452

Tints of Mantis #76B452

Color information

#76B452 (or 0x76B452) is unknown color: approx Mantis. HEX triplet: 76, B4 and 52. RGB value is (118,180,82). Sum of RGB (Red+Green+Blue) = 118+180+82=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #76B452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B452 is #894BAD. Grayscale: #969696. Windows color (decimal): -8997806 or 5420150. OLE color: 5420150.

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

Color convert

RGB11818082-
CMYK0.3400.540.29
HSL97.96º39.52%51.37%-
HSV(B)97.96º54.44%70.59%-
XYZ25.3237.113.81-
YUV150.2989.46104.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=31.05%
G=47.37%
B=21.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118180820.3400.540.2997.9639.5251.37
Hex76B452220361D622833
Octal16626412242066351425063
Binary11101101011010010100101000100110110111011100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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