#82957F

Color #82957F Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #82957F

Tints of Stack #82957F

Color information

#82957F (or 0x82957F) is unknown color: approx Stack. HEX triplet: 82, 95 and 7F. RGB value is (130,149,127). Sum of RGB (Red+Green+Blue) = 130+149+127=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #82957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82957F is #7D6A80. Grayscale: #8C8C8C. Windows color (decimal): -8219265 or 8361346. OLE color: 8361346.

HSL color Cylindrical-coordinate representation of color #82957F: hue angle of 111.82º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82957F is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB130149127-
CMYK0.1300.150.42
HSL111.82º9.4%54.12%-
HSV(B)111.82º14.77%58.43%-
XYZ23.7827.7724.19-
YUV140.81120.21120.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 127 (50% from 255) = 31.28%
R=32.02%
G=36.70%
B=31.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491270.1300.150.42111.829.454.12
Hex82957FD0F2A70936
Octal20222517715017521601166
Binary1000001010010101111111111010111110101011100001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82957F; }

 p { color: rgb(130,149,127); }

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

<style>
 a { background-color: #82957F; }

 a { background-color: rgb(130,149,127); }

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

<style>
 span { border-color: #82957F; }

 span { border-color: rgb(130,149,127); }

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