#6E8360

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

Shades of Camouflage Green #6E8360

Tints of Camouflage Green #6E8360

Color information

#6E8360 (or 0x6E8360) is unknown color: approx Camouflage Green. HEX triplet: 6E, 83 and 60. RGB value is (110,131,96). Sum of RGB (Red+Green+Blue) = 110+131+96=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8360 is #917C9F. Grayscale: #787878. Windows color (decimal): -9534624 or 6325102. OLE color: 6325102.

HSL color Cylindrical-coordinate representation of color #6E8360: hue angle of 96º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E8360 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB11013196-
CMYK0.1600.270.49
HSL96º15.42%44.51%-
HSV(B)96º26.72%51.37%-
XYZ16.6620.3914.12-
YUV120.73114.04120.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=32.64%
G=38.87%
B=28.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110131960.1600.270.499615.4244.51
Hex6E83601001B3160f2d
Octal15620314020033611401755
Binary11011101000001111000001000001101111000111000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,96); }

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

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

 a { background-color: rgb(110,131,96); }

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

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

 span { border-color: rgb(110,131,96); }

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