#81B76E

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

Shades of Mantis #81B76E

Tints of Mantis #81B76E

Color information

#81B76E (or 0x81B76E) is unknown color: approx Mantis. HEX triplet: 81, B7 and 6E. RGB value is (129,183,110). Sum of RGB (Red+Green+Blue) = 129+183+110=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #81B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B76E is #7E4891. Grayscale: #9E9E9E. Windows color (decimal): -8276114 or 7255937. OLE color: 7255937.

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

Color convert

RGB129183110-
CMYK0.3000.400.28
HSL104.38º33.64%57.45%-
HSV(B)104.38º39.89%71.76%-
XYZ28.839.6620.89-
YUV158.53100.61106.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=30.57%
G=43.36%
B=26.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291831100.3000.400.28104.3833.6457.45
Hex81B76E1E0281C682239
Octal20126715636050341504271
Binary10000001101101111101110111100101000111001101000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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