#828D73

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

Shades of Camouflage Green #828D73

Tints of Camouflage Green #828D73

Color information

#828D73 (or 0x828D73) is unknown color: approx Camouflage Green. HEX triplet: 82, 8D and 73. RGB value is (130,141,115). Sum of RGB (Red+Green+Blue) = 130+141+115=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 141 - color contains mainly: green. Hex color #828D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D73 is #7D728C. Grayscale: #868686. Windows color (decimal): -8221325 or 7572866. OLE color: 7572866.

HSL color Cylindrical-coordinate representation of color #828D73: hue angle of 85.38º 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 #828D73 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB130141115-
CMYK0.0800.180.45
HSL85.38º10.24%50.2%-
HSV(B)85.38º18.44%55.29%-
XYZ21.8325.0319.9-
YUV134.75116.86124.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=33.68%
G=36.53%
B=29.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301411150.0800.180.4585.3810.2450.2
Hex828D7380122D55a32
Octal20221516310022551251262
Binary10000010100011011110011100001001010110110101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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