#80B76B

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

Shades of Mantis #80B76B

Tints of Mantis #80B76B

Color information

#80B76B (or 0x80B76B) is unknown color: approx Mantis. HEX triplet: 80, B7 and 6B. RGB value is (128,183,107). Sum of RGB (Red+Green+Blue) = 128+183+107=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #80B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B76B is #7F4894. Grayscale: #9E9E9E. Windows color (decimal): -8341653 or 7059328. OLE color: 7059328.

HSL color Cylindrical-coordinate representation of color #80B76B: hue angle of 103.42º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80B76B is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB128183107-
CMYK0.3000.420.28
HSL103.42º34.55%56.86%-
HSV(B)103.42º41.53%71.76%-
XYZ28.4939.5220.04-
YUV157.8999.28106.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=30.62%
G=43.78%
B=25.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281831070.3000.420.28103.4234.5556.86
Hex80B76B1E02A1C672339
Octal20026715336052341474371
Binary10000000101101111101011111100101010111001100111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B76B; }

 p { color: rgb(128,183,107); }

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

<style>
 a { background-color: #80B76B; }

 a { background-color: rgb(128,183,107); }

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

<style>
 span { border-color: #80B76B; }

 span { border-color: rgb(128,183,107); }

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