#80B26B

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

Shades of Mantis #80B26B

Tints of Mantis #80B26B

Color information

#80B26B (or 0x80B26B) is unknown color: approx Mantis. HEX triplet: 80, B2 and 6B. RGB value is (128,178,107). Sum of RGB (Red+Green+Blue) = 128+178+107=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #80B26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B26B is #7F4D94. Grayscale: #9B9B9B. Windows color (decimal): -8342933 or 7058048. OLE color: 7058048.

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

Color convert

RGB128178107-
CMYK0.2800.400.30
HSL102.25º31.56%55.88%-
HSV(B)102.25º39.89%69.8%-
XYZ27.4837.4919.7-
YUV154.96100.94108.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=30.99%
G=43.10%
B=25.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281781070.2800.400.30102.2531.5655.88
Hex80B26B1C0281E662038
Octal20026215334050361464070
Binary10000000101100101101011111000101000111101100110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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