#6E895E

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

Shades of Camouflage Green #6E895E

Tints of Camouflage Green #6E895E

Color information

#6E895E (or 0x6E895E) is unknown color: approx Camouflage Green. HEX triplet: 6E, 89 and 5E. RGB value is (110,137,94). Sum of RGB (Red+Green+Blue) = 110+137+94=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #6E895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E895E is #9176A1. Grayscale: #7C7C7C. Windows color (decimal): -9533090 or 6195566. OLE color: 6195566.

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

Color convert

RGB11013794-
CMYK0.2000.310.46
HSL97.67º18.61%45.29%-
HSV(B)97.67º31.39%53.73%-
XYZ17.422.0113.92-
YUV124.02111.05118-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.26%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=32.26%
G=40.18%
B=27.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110137940.2000.310.4697.6718.6145.29
Hex6E895E1401F2E62132d
Octal15621113624037561422355
Binary110111010001001101111010100011111101110110001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,137,94); }

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

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

 a { background-color: rgb(110,137,94); }

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

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

 span { border-color: rgb(110,137,94); }

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