#828B76

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

Shades of Camouflage Green #828B76

Tints of Camouflage Green #828B76

Color information

#828B76 (or 0x828B76) is unknown color: approx Camouflage Green. HEX triplet: 82, 8B and 76. RGB value is (130,139,118). Sum of RGB (Red+Green+Blue) = 130+139+118=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #828B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B76 is #7D7489. Grayscale: #858585. Windows color (decimal): -8221834 or 7768962. OLE color: 7768962.

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

Color convert

RGB130139118-
CMYK0.0600.150.45
HSL85.71º8.3%50.39%-
HSV(B)85.71º15.11%54.51%-
XYZ21.7124.5220.73-
YUV133.92119.02125.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=33.59%
G=35.92%
B=30.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391180.0600.150.4585.718.350.39
Hex828B7660F2D56832
Octal2022131666017551261062
Binary100000101000101111101101100111110110110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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