#6E8161

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

Shades of Camouflage Green #6E8161

Tints of Camouflage Green #6E8161

Color information

#6E8161 (or 0x6E8161) is unknown color: approx Camouflage Green. HEX triplet: 6E, 81 and 61. RGB value is (110,129,97). Sum of RGB (Red+Green+Blue) = 110+129+97=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8161 is #917E9E. Grayscale: #777777. Windows color (decimal): -9535135 or 6390126. OLE color: 6390126.

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

Color convert

RGB11012997-
CMYK0.1500.250.49
HSL95.62º14.16%44.31%-
HSV(B)95.62º24.81%50.59%-
XYZ16.4419.8814.28-
YUV119.67115.21121.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=32.74%
G=38.39%
B=28.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129970.1500.250.4995.6214.1644.31
Hex6E8161F0193160e2c
Octal15620114117031611401654
Binary1101110100000011100001111101100111000111000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,97); }

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

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

 a { background-color: rgb(110,129,97); }

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

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

 span { border-color: rgb(110,129,97); }

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