#828D71

Color #828D71 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #828D71

Tints of Camouflage Green #828D71

Color information

#828D71 (or 0x828D71) is unknown color: approx Camouflage Green. HEX triplet: 82, 8D and 71. RGB value is (130,141,113). Sum of RGB (Red+Green+Blue) = 130+141+113=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #828D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D71 is #7D728E. Grayscale: #868686. Windows color (decimal): -8221327 or 7441794. OLE color: 7441794.

HSL color Cylindrical-coordinate representation of color #828D71: hue angle of 83.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828D71 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB130141113-
CMYK0.0800.200.45
HSL83.57º11.02%49.8%-
HSV(B)83.57º19.86%55.29%-
XYZ21.7124.9919.3-
YUV134.52115.86124.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=33.85%
G=36.72%
B=29.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301411130.0800.200.4583.5711.0249.8
Hex828D7180142D54b32
Octal20221516110024551241362
Binary10000010100011011110001100001010010110110101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828D71; }

 p { color: rgb(130,141,113); }

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

<style>
 a { background-color: #828D71; }

 a { background-color: rgb(130,141,113); }

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

<style>
 span { border-color: #828D71; }

 span { border-color: rgb(130,141,113); }

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