#82B069

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

Shades of Mantis #82B069

Tints of Mantis #82B069

Color information

#82B069 (or 0x82B069) is unknown color: approx Mantis. HEX triplet: 82, B0 and 69. RGB value is (130,176,105). Sum of RGB (Red+Green+Blue) = 130+176+105=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #82B069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B069 is #7D4F96. Grayscale: #9A9A9A. Windows color (decimal): -8212375 or 6926466. OLE color: 6926466.

HSL color Cylindrical-coordinate representation of color #82B069: hue angle of 98.87º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82B069 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB130176105-
CMYK0.2600.400.31
HSL98.87º31%55.1%-
HSV(B)98.87º40.34%69.02%-
XYZ27.2836.8219.03-
YUV154.15100.26110.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 176 (69.14% from 255) = 42.82%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=31.63%
G=42.82%
B=25.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761050.2600.400.3198.873155.1
Hex82B0691A0281F631f37
Octal20226015132050371433767
Binary1000001010110000110100111010010100011111110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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