#76B455

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

Shades of Mantis #76B455

Tints of Mantis #76B455

Color information

#76B455 (or 0x76B455) is unknown color: approx Mantis. HEX triplet: 76, B4 and 55. RGB value is (118,180,85). Sum of RGB (Red+Green+Blue) = 118+180+85=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #76B455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B455 is #894BAA. Grayscale: #969696. Windows color (decimal): -8997803 or 5616758. OLE color: 5616758.

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

Color convert

RGB11818085-
CMYK0.3400.530.29
HSL99.16º38.78%51.96%-
HSV(B)99.16º52.78%70.59%-
XYZ25.4337.1514.42-
YUV150.6390.96104.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=30.81%
G=47.00%
B=22.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118180850.3400.530.2999.1638.7851.96
Hex76B455220351D632734
Octal16626412542065351434764
Binary11101101011010010101011000100110101111011100011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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