#828E76

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

Shades of Camouflage Green #828E76

Tints of Camouflage Green #828E76

Color information

#828E76 (or 0x828E76) is unknown color: approx Camouflage Green. HEX triplet: 82, 8E and 76. RGB value is (130,142,118). Sum of RGB (Red+Green+Blue) = 130+142+118=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 142 - color contains mainly: green. Hex color #828E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E76 is #7D7189. Grayscale: #878787. Windows color (decimal): -8221066 or 7769730. OLE color: 7769730.

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

Color convert

RGB130142118-
CMYK0.0800.170.44
HSL90º9.6%50.98%-
HSV(B)90º16.9%55.69%-
XYZ22.1525.420.87-
YUV135.68118.02123.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=33.33%
G=36.41%
B=30.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301421180.0800.170.44909.650.98
Hex828E7680112C5aa33
Octal20221616610021541321263
Binary10000010100011101110110100001000110110010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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