#80B76A

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

Shades of Mantis #80B76A

Tints of Mantis #80B76A

Color information

#80B76A (or 0x80B76A) is unknown color: approx Mantis. HEX triplet: 80, B7 and 6A. RGB value is (128,183,106). Sum of RGB (Red+Green+Blue) = 128+183+106=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #80B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B76A is #7F4895. Grayscale: #9E9E9E. Windows color (decimal): -8341654 or 6993792. OLE color: 6993792.

HSL color Cylindrical-coordinate representation of color #80B76A: hue angle of 102.86º 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 #80B76A is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB128183106-
CMYK0.3000.420.28
HSL102.86º34.84%56.67%-
HSV(B)102.86º42.08%71.76%-
XYZ28.4439.519.76-
YUV157.7898.78106.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 183 (71.88% from 255) = 43.88%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=30.70%
G=43.88%
B=25.42%

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
Decimal1281831060.3000.420.28102.8634.8456.67
Hex80B76A1E02A1C672339
Octal20026715236052341474371
Binary10000000101101111101010111100101010111001100111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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