#83b772

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

Shades of Mantis #83B772

Tints of Mantis #83B772

Color information

#83B772 (or 0x83B772) is unknown color: approx Mantis. HEX triplet: 83, B7 and 72. RGB value is (131,183,114). Sum of RGB (Red+Green+Blue) = 131+183+114=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #83B772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B772 is #7C488D. Grayscale: #9F9F9F. Windows color (decimal): -8145038 or 7518083. OLE color: 7518083.

HSL color Cylindrical-coordinate representation of color #83B772: hue angle of 105.22º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83B772 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB131183114-
CMYK0.2800.380.28
HSL105.22º32.39%58.24%-
HSV(B)105.22º37.7%71.76%-
XYZ29.3339.9122.08-
YUV159.59102.27107.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 183 (71.88% from 255) = 42.76%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=30.61%
G=42.76%
B=26.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311831140.2800.380.28105.2232.3958.24
Hex83B7721C0261C69203a
Octal20326716234046341514072
Binary10000011101101111110010111000100110111001101001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83b772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83b772; }

 p { color: rgb(131,183,114); }

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

<style>
 a { background-color: #83b772; }

 a { background-color: rgb(131,183,114); }

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

<style>
 span { border-color: #83b772; }

 span { border-color: rgb(131,183,114); }

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