#828B75

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

Shades of Camouflage Green #828B75

Tints of Camouflage Green #828B75

Color information

#828B75 (or 0x828B75) is unknown color: approx Camouflage Green. HEX triplet: 82, 8B and 75. RGB value is (130,139,117). Sum of RGB (Red+Green+Blue) = 130+139+117=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #828B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B75 is #7D748A. Grayscale: #858585. Windows color (decimal): -8221835 or 7703426. OLE color: 7703426.

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

Color convert

RGB130139117-
CMYK0.0600.160.45
HSL84.55º8.66%50.2%-
HSV(B)84.55º15.83%54.51%-
XYZ21.6524.520.42-
YUV133.8118.52125.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=33.68%
G=36.01%
B=30.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391170.0600.160.4584.558.6650.2
Hex828B7560102D55932
Octal2022131656020551251162
Binary1000001010001011111010111001000010110110101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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