#828C73

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

Shades of Camouflage Green #828C73

Tints of Camouflage Green #828C73

Color information

#828C73 (or 0x828C73) is unknown color: approx Camouflage Green. HEX triplet: 82, 8C and 73. RGB value is (130,140,115). Sum of RGB (Red+Green+Blue) = 130+140+115=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 140 - color contains mainly: green. Hex color #828C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C73 is #7D738C. Grayscale: #868686. Windows color (decimal): -8221581 or 7572610. OLE color: 7572610.

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

Color convert

RGB130140115-
CMYK0.0700.180.45
HSL84º9.8%50%-
HSV(B)84º17.86%54.9%-
XYZ21.6824.7419.85-
YUV134.16117.19125.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=33.77%
G=36.36%
B=29.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301401150.0700.180.45849.850
Hex828C7370122D54a32
Octal2022141637022551241262
Binary1000001010001100111001111101001010110110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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