#81B46C

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

Shades of Mantis #81B46C

Tints of Mantis #81B46C

Color information

#81B46C (or 0x81B46C) is unknown color: approx Mantis. HEX triplet: 81, B4 and 6C. RGB value is (129,180,108). Sum of RGB (Red+Green+Blue) = 129+180+108=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #81B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B46C is #7E4B93. Grayscale: #9C9C9C. Windows color (decimal): -8276884 or 7124097. OLE color: 7124097.

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

Color convert

RGB129180108-
CMYK0.2800.400.29
HSL102.5º32.43%56.47%-
HSV(B)102.5º40%70.59%-
XYZ28.0838.3920.12-
YUV156.54100.6108.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=30.94%
G=43.17%
B=25.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291801080.2800.400.29102.532.4356.47
Hex81B46C1C0281D662038
Octal20126415434050351464070
Binary10000001101101001101100111000101000111011100110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B46C; }

 p { color: rgb(129,180,108); }

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

<style>
 a { background-color: #81B46C; }

 a { background-color: rgb(129,180,108); }

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

<style>
 span { border-color: #81B46C; }

 span { border-color: rgb(129,180,108); }

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