#81B064

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

Shades of Mantis #81B064

Tints of Mantis #81B064

Color information

#81B064 (or 0x81B064) is unknown color: approx Mantis. HEX triplet: 81, B0 and 64. RGB value is (129,176,100). Sum of RGB (Red+Green+Blue) = 129+176+100=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #81B064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B064 is #7E4F9B. Grayscale: #999999. Windows color (decimal): -8277916 or 6598785. OLE color: 6598785.

HSL color Cylindrical-coordinate representation of color #81B064: hue angle of 97.11º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81B064 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB129176100-
CMYK0.2700.430.31
HSL97.11º32.48%54.12%-
HSV(B)97.11º43.18%69.02%-
XYZ26.8836.6417.71-
YUV153.2897.93110.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=31.85%
G=43.46%
B=24.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291761000.2700.430.3197.1132.4854.12
Hex81B0641B02B1F612036
Octal20126014433053371414066
Binary10000001101100001100100110110101011111111100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,176,100); }

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

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

 a { background-color: rgb(129,176,100); }

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

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

 span { border-color: rgb(129,176,100); }

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