#80B965

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

Shades of Mantis #80B965

Tints of Mantis #80B965

Color information

#80B965 (or 0x80B965) is unknown color: approx Mantis. HEX triplet: 80, B9 and 65. RGB value is (128,185,101). Sum of RGB (Red+Green+Blue) = 128+185+101=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #80B965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B965 is #7F469A. Grayscale: #9E9E9E. Windows color (decimal): -8341147 or 6666624. OLE color: 6666624.

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

Color convert

RGB128185101-
CMYK0.3100.450.27
HSL100.71º37.5%56.08%-
HSV(B)100.71º45.41%72.55%-
XYZ28.640.2318.57-
YUV158.3895.62106.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=30.92%
G=44.69%
B=24.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281851010.3100.450.27100.7137.556.08
Hex80B9651F02D1B652638
Octal20027114537055331454670
Binary10000000101110011100101111110101101110111100101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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