#81B065

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

Shades of Mantis #81B065

Tints of Mantis #81B065

Color information

#81B065 (or 0x81B065) is unknown color: approx Mantis. HEX triplet: 81, B0 and 65. RGB value is (129,176,101). Sum of RGB (Red+Green+Blue) = 129+176+101=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #81B065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B065 is #7E4F9A. Grayscale: #999999. Windows color (decimal): -8277915 or 6664321. OLE color: 6664321.

HSL color Cylindrical-coordinate representation of color #81B065: hue angle of 97.6º 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 #81B065 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB129176101-
CMYK0.2700.430.31
HSL97.6º32.19%54.31%-
HSV(B)97.6º42.61%69.02%-
XYZ26.9336.6617.97-
YUV153.498.43110.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=31.77%
G=43.35%
B=24.88%

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
Decimal1291761010.2700.430.3197.632.1954.31
Hex81B0651B02B1F622036
Octal20126014533053371424066
Binary10000001101100001100101110110101011111111100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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