#828E73

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

Shades of Camouflage Green #828E73

Tints of Camouflage Green #828E73

Color information

#828E73 (or 0x828E73) is unknown color: approx Camouflage Green. HEX triplet: 82, 8E and 73. RGB value is (130,142,115). Sum of RGB (Red+Green+Blue) = 130+142+115=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 142 - color contains mainly: green. Hex color #828E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E73 is #7D718C. Grayscale: #878787. Windows color (decimal): -8221069 or 7573122. OLE color: 7573122.

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

Color convert

RGB130142115-
CMYK0.0800.190.44
HSL86.67º10.67%50.39%-
HSV(B)86.67º19.01%55.69%-
XYZ21.9725.3319.95-
YUV135.33116.52124.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=33.59%
G=36.69%
B=29.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301421150.0800.190.4486.6710.6750.39
Hex828E7380132C57b32
Octal20221616310023541271362
Binary10000010100011101110011100001001110110010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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