#80BA6D

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

Shades of Mantis #80BA6D

Tints of Mantis #80BA6D

Color information

#80BA6D (or 0x80BA6D) is unknown color: approx Mantis. HEX triplet: 80, BA and 6D. RGB value is (128,186,109). Sum of RGB (Red+Green+Blue) = 128+186+109=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA6D is #7F4592. Grayscale: #A0A0A0. Windows color (decimal): -8340883 or 7191168. OLE color: 7191168.

HSL color Cylindrical-coordinate representation of color #80BA6D: hue angle of 105.19º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BA6D is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB128186109-
CMYK0.3100.410.27
HSL105.19º35.81%57.84%-
HSV(B)105.19º41.4%72.94%-
XYZ29.2240.8120.81-
YUV159.8899.28105.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=30.26%
G=43.97%
B=25.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861090.3100.410.27105.1935.8157.84
Hex80BA6D1F0291B69243a
Octal20027215537051331514472
Binary10000000101110101101101111110101001110111101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,109); }

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

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

 a { background-color: rgb(128,186,109); }

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

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

 span { border-color: rgb(128,186,109); }

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