#828F74

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

Shades of Camouflage Green #828F74

Tints of Camouflage Green #828F74

Color information

#828F74 (or 0x828F74) is unknown color: approx Camouflage Green. HEX triplet: 82, 8F and 74. RGB value is (130,143,116). Sum of RGB (Red+Green+Blue) = 130+143+116=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #828F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F74 is #7D708B. Grayscale: #888888. Windows color (decimal): -8220812 or 7638914. OLE color: 7638914.

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

Color convert

RGB130143116-
CMYK0.0900.190.44
HSL88.89º10.76%50.78%-
HSV(B)88.89º18.88%56.08%-
XYZ22.1825.6520.31-
YUV136.03116.69123.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 143 (56.25% from 255) = 36.76%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=33.42%
G=36.76%
B=29.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301431160.0900.190.4488.8910.7650.78
Hex828F7490132C59b33
Octal20221716411023541311363
Binary10000010100011111110100100101001110110010110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,143,116); }

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

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

 a { background-color: rgb(130,143,116); }

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

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

 span { border-color: rgb(130,143,116); }

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