#828e70

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

Shades of Camouflage Green #828E70

Tints of Camouflage Green #828E70

Color information

#828E70 (or 0x828E70) is unknown color: approx Camouflage Green. HEX triplet: 82, 8E and 70. RGB value is (130,142,112). Sum of RGB (Red+Green+Blue) = 130+142+112=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #828E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E70 is #7D718F. Grayscale: #878787. Windows color (decimal): -8221072 or 7376514. OLE color: 7376514.

HSL color Cylindrical-coordinate representation of color #828E70: hue angle of 84º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828E70 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB130142112-
CMYK0.0800.210.44
HSL84º11.81%49.8%-
HSV(B)84º21.13%55.69%-
XYZ21.825.2619.06-
YUV134.99115.02124.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=33.85%
G=36.98%
B=29.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301421120.0800.210.448411.8149.8
Hex828E7080152C54c32
Octal20221616010025541241462
Binary10000010100011101110000100001010110110010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,112); }

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

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

 a { background-color: rgb(130,142,112); }

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

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

 span { border-color: rgb(130,142,112); }

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