#81B76A

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

Shades of Mantis #81B76A

Tints of Mantis #81B76A

Color information

#81B76A (or 0x81B76A) is unknown color: approx Mantis. HEX triplet: 81, B7 and 6A. RGB value is (129,183,106). Sum of RGB (Red+Green+Blue) = 129+183+106=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #81B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B76A is #7E4895. Grayscale: #9E9E9E. Windows color (decimal): -8276118 or 6993793. OLE color: 6993793.

HSL color Cylindrical-coordinate representation of color #81B76A: hue angle of 102.08º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81B76A is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB129183106-
CMYK0.3000.420.28
HSL102.08º34.84%56.67%-
HSV(B)102.08º42.08%71.76%-
XYZ28.5939.5719.77-
YUV158.0898.61107.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=30.86%
G=43.78%
B=25.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291831060.3000.420.28102.0834.8456.67
Hex81B76A1E02A1C662339
Octal20126715236052341464371
Binary10000001101101111101010111100101010111001100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,183,106); }

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

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

 a { background-color: rgb(129,183,106); }

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

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

 span { border-color: rgb(129,183,106); }

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