#80B36A

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

Shades of Mantis #80B36A

Tints of Mantis #80B36A

Color information

#80B36A (or 0x80B36A) is unknown color: approx Mantis. HEX triplet: 80, B3 and 6A. RGB value is (128,179,106). Sum of RGB (Red+Green+Blue) = 128+179+106=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #80B36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B36A is #7F4C95. Grayscale: #9B9B9B. Windows color (decimal): -8342678 or 6992768. OLE color: 6992768.

HSL color Cylindrical-coordinate representation of color #80B36A: hue angle of 101.92º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80B36A is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB128179106-
CMYK0.2800.410.30
HSL101.92º32.44%55.88%-
HSV(B)101.92º40.78%70.2%-
XYZ27.6237.8719.49-
YUV155.43100.1108.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 179 (70.31% from 255) = 43.34%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=30.99%
G=43.34%
B=25.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281791060.2800.410.30101.9232.4455.88
Hex80B36A1C0291E662038
Octal20026315234051361464070
Binary10000000101100111101010111000101001111101100110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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