#80BB74

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

Shades of Mantis #80BB74

Tints of Mantis #80BB74

Color information

#80BB74 (or 0x80BB74) is unknown color: approx Mantis. HEX triplet: 80, BB and 74. RGB value is (128,187,116). Sum of RGB (Red+Green+Blue) = 128+187+116=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB74 is #7F448B. Grayscale: #A1A1A1. Windows color (decimal): -8340620 or 7650176. OLE color: 7650176.

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

Color convert

RGB128187116-
CMYK0.3200.380.27
HSL109.86º34.3%59.41%-
HSV(B)109.86º37.97%73.33%-
XYZ29.8241.3922.94-
YUV161.26102.45104.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=29.70%
G=43.39%
B=26.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281871160.3200.380.27109.8634.359.41
Hex80BB74200261B6e223b
Octal20027316440046331564273
Binary100000001011101111101001000000100110110111101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,116); }

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

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

 a { background-color: rgb(128,187,116); }

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

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

 span { border-color: rgb(128,187,116); }

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