#82B065

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

Shades of Mantis #82B065

Tints of Mantis #82B065

Color information

#82B065 (or 0x82B065) is unknown color: approx Mantis. HEX triplet: 82, B0 and 65. RGB value is (130,176,101). Sum of RGB (Red+Green+Blue) = 130+176+101=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #82B065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B065 is #7D4F9A. Grayscale: #999999. Windows color (decimal): -8212379 or 6664322. OLE color: 6664322.

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

Color convert

RGB130176101-
CMYK0.2600.430.31
HSL96.8º32.19%54.31%-
HSV(B)96.8º42.61%69.02%-
XYZ27.0836.7417.98-
YUV153.798.26111.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=31.94%
G=43.24%
B=24.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761010.2600.430.3196.832.1954.31
Hex82B0651A02B1F612036
Octal20226014532053371414066
Binary10000010101100001100101110100101011111111100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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