#828F6C

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

Shades of Camouflage Green #828F6C

Tints of Camouflage Green #828F6C

Color information

#828F6C (or 0x828F6C) is unknown color: approx Camouflage Green. HEX triplet: 82, 8F and 6C. RGB value is (130,143,108). Sum of RGB (Red+Green+Blue) = 130+143+108=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #828F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F6C is #7D7093. Grayscale: #878787. Windows color (decimal): -8220820 or 7114626. OLE color: 7114626.

HSL color Cylindrical-coordinate representation of color #828F6C: hue angle of 82.29º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #828F6C is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB130143108-
CMYK0.0900.240.44
HSL82.29º13.94%49.22%-
HSV(B)82.29º24.48%56.08%-
XYZ21.7425.4717.96-
YUV135.12112.69124.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=34.12%
G=37.53%
B=28.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301431080.0900.240.4482.2913.9449.22
Hex828F6C90182C52e31
Octal20221715411030541221661
Binary10000010100011111101100100101100010110010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,143,108); }

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

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

 a { background-color: rgb(130,143,108); }

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

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

 span { border-color: rgb(130,143,108); }

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