#80B569

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

Shades of Mantis #80B569

Tints of Mantis #80B569

Color information

#80B569 (or 0x80B569) is unknown color: approx Mantis. HEX triplet: 80, B5 and 69. RGB value is (128,181,105). Sum of RGB (Red+Green+Blue) = 128+181+105=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 181 - color contains mainly: green. Hex color #80B569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B569 is #7F4A96. Grayscale: #9C9C9C. Windows color (decimal): -8342167 or 6927744. OLE color: 6927744.

HSL color Cylindrical-coordinate representation of color #80B569: hue angle of 101.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80B569 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB128181105-
CMYK0.2900.420.29
HSL101.84º33.93%56.08%-
HSV(B)101.84º41.99%70.98%-
XYZ27.9838.6619.35-
YUV156.4998.94107.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 181 (71.09% from 255) = 43.72%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=30.92%
G=43.72%
B=25.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281811050.2900.420.29101.8433.9356.08
Hex80B5691D02A1D662238
Octal20026515135052351464270
Binary10000000101101011101001111010101010111011100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,181,105); }

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

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

 a { background-color: rgb(128,181,105); }

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

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

 span { border-color: rgb(128,181,105); }

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