#80BA69

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

Shades of Mantis #80BA69

Tints of Mantis #80BA69

Color information

#80BA69 (or 0x80BA69) is unknown color: approx Mantis. HEX triplet: 80, BA and 69. RGB value is (128,186,105). Sum of RGB (Red+Green+Blue) = 128+186+105=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA69 is #7F4596. Grayscale: #9F9F9F. Windows color (decimal): -8340887 or 6929024. OLE color: 6929024.

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

Color convert

RGB128186105-
CMYK0.3100.440.27
HSL102.96º36.99%57.06%-
HSV(B)102.96º43.55%72.94%-
XYZ29.0140.7319.7-
YUV159.4297.28105.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=30.55%
G=44.39%
B=25.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861050.3100.440.27102.9636.9957.06
Hex80BA691F02C1B672539
Octal20027215137054331474571
Binary10000000101110101101001111110101100110111100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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