#808F6D

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

Shades of Camouflage Green #808F6D

Tints of Camouflage Green #808F6D

Color information

#808F6D (or 0x808F6D) is unknown color: approx Camouflage Green. HEX triplet: 80, 8F and 6D. RGB value is (128,143,109). Sum of RGB (Red+Green+Blue) = 128+143+109=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #808F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F6D is #7F7092. Grayscale: #868686. Windows color (decimal): -8351891 or 7180160. OLE color: 7180160.

HSL color Cylindrical-coordinate representation of color #808F6D: hue angle of 86.47º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #808F6D is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB128143109-
CMYK0.1000.240.44
HSL86.47º13.49%49.41%-
HSV(B)86.47º23.78%56.08%-
XYZ21.4825.3418.23-
YUV134.64113.53123.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=33.68%
G=37.63%
B=28.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281431090.1000.240.4486.4713.4949.41
Hex808F6DA0182C56d31
Octal20021715512030541261561
Binary10000000100011111101101101001100010110010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808F6D; }

 p { color: rgb(128,143,109); }

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

<style>
 a { background-color: #808F6D; }

 a { background-color: rgb(128,143,109); }

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

<style>
 span { border-color: #808F6D; }

 span { border-color: rgb(128,143,109); }

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