#6E865F

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

Shades of Camouflage Green #6E865F

Tints of Camouflage Green #6E865F

Color information

#6E865F (or 0x6E865F) is unknown color: approx Camouflage Green. HEX triplet: 6E, 86 and 5F. RGB value is (110,134,95). Sum of RGB (Red+Green+Blue) = 110+134+95=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #6E865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E865F is #9179A0. Grayscale: #7A7A7A. Windows color (decimal): -9533857 or 6260334. OLE color: 6260334.

HSL color Cylindrical-coordinate representation of color #6E865F: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E865F is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB11013495-
CMYK0.1800.290.47
HSL96.92º17.03%44.9%-
HSV(B)96.92º29.1%52.55%-
XYZ17.0221.1914.02-
YUV122.38112.55119.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=32.45%
G=39.53%
B=28.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110134950.1800.290.4796.9217.0344.9
Hex6E865F1201D2F61112d
Octal15620613722035571412155
Binary110111010000110101111110010011101101111110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E865F; }

 p { color: rgb(110,134,95); }

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

<style>
 a { background-color: #6E865F; }

 a { background-color: rgb(110,134,95); }

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

<style>
 span { border-color: #6E865F; }

 span { border-color: rgb(110,134,95); }

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