#828C6F

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

Shades of Camouflage Green #828C6F

Tints of Camouflage Green #828C6F

Color information

#828C6F (or 0x828C6F) is unknown color: approx Camouflage Green. HEX triplet: 82, 8C and 6F. RGB value is (130,140,111). Sum of RGB (Red+Green+Blue) = 130+140+111=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 140 - color contains mainly: green. Hex color #828C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C6F is #7D7390. Grayscale: #858585. Windows color (decimal): -8221585 or 7310466. OLE color: 7310466.

HSL color Cylindrical-coordinate representation of color #828C6F: hue angle of 80.69º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828C6F is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB130140111-
CMYK0.0700.210.45
HSL80.69º11.55%49.22%-
HSV(B)80.69º20.71%54.9%-
XYZ21.4524.6518.67-
YUV133.7115.19125.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 140 (55.08% from 255) = 36.75%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=34.12%
G=36.75%
B=29.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301401110.0700.210.4580.6911.5549.22
Hex828C6F70152D51c31
Octal2022141577025551211461
Binary1000001010001100110111111101010110110110100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,140,111); }

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

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

 a { background-color: rgb(130,140,111); }

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

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

 span { border-color: rgb(130,140,111); }

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