#81B068

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

Shades of Mantis #81B068

Tints of Mantis #81B068

Color information

#81B068 (or 0x81B068) is unknown color: approx Mantis. HEX triplet: 81, B0 and 68. RGB value is (129,176,104). Sum of RGB (Red+Green+Blue) = 129+176+104=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #81B068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B068 is #7E4F97. Grayscale: #999999. Windows color (decimal): -8277912 or 6860929. OLE color: 6860929.

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

Color convert

RGB129176104-
CMYK0.2700.410.31
HSL99.17º31.3%54.9%-
HSV(B)99.17º40.91%69.02%-
XYZ27.0836.7218.76-
YUV153.7499.93110.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=31.54%
G=43.03%
B=25.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291761040.2700.410.3199.1731.354.9
Hex81B0681B0291F631f37
Octal20126015033051371433767
Binary1000000110110000110100011011010100111111110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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