#6D885D

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

Shades of Camouflage Green #6D885D

Tints of Camouflage Green #6D885D

Color information

#6D885D (or 0x6D885D) is unknown color: approx Camouflage Green. HEX triplet: 6D, 88 and 5D. RGB value is (109,136,93). Sum of RGB (Red+Green+Blue) = 109+136+93=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #6D885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D885D is #9277A2. Grayscale: #7B7B7B. Windows color (decimal): -9598883 or 6129773. OLE color: 6129773.

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

Color convert

RGB10913693-
CMYK0.2000.320.47
HSL97.67º18.78%44.9%-
HSV(B)97.67º31.62%53.33%-
XYZ17.0921.6513.63-
YUV123.02111.05118-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.25%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=32.25%
G=40.24%
B=27.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136930.2000.320.4797.6718.7844.9
Hex6D885D140202F62132d
Octal15521013524040571422355
Binary1101101100010001011101101000100000101111110001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,136,93); }

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

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

 a { background-color: rgb(109,136,93); }

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

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

 span { border-color: rgb(109,136,93); }

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