#80B365

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

Shades of Mantis #80B365

Tints of Mantis #80B365

Color information

#80B365 (or 0x80B365) is unknown color: approx Mantis. HEX triplet: 80, B3 and 65. RGB value is (128,179,101). Sum of RGB (Red+Green+Blue) = 128+179+101=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #80B365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B365 is #7F4C9A. Grayscale: #9B9B9B. Windows color (decimal): -8342683 or 6665088. OLE color: 6665088.

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

Color convert

RGB128179101-
CMYK0.2800.440.30
HSL99.23º33.91%54.9%-
HSV(B)99.23º43.58%70.2%-
XYZ27.3737.7718.16-
YUV154.8697.6108.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 179 (70.31% from 255) = 43.87%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=31.37%
G=43.87%
B=24.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281791010.2800.440.3099.2333.9154.9
Hex80B3651C02C1E632237
Octal20026314534054361434267
Binary10000000101100111100101111000101100111101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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